mopag-git: add provides & replaces

This commit is contained in:
Ypnose 2014-05-31 13:19:56 +02:00
parent c8d8cd3f65
commit 950a94ad63
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'mopag-git'
pkgname=mopag-git
version=20140414
version=20140531
revision=1
makedepends="libX11-devel"
build_style=gnu-makefile
@ -9,6 +9,8 @@ short_desc="A small pager for monsterwm"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="Public Domain"
homepage="https://github.com/c00kiemon5ter/mopag"
provides="mopag-${version}_${revision}"
replaces="mopag>=0"
do_fetch() {
local url="git://github.com/c00kiemon5ter/mopag"