mopag-git: add provides & replaces
This commit is contained in:
parent
c8d8cd3f65
commit
950a94ad63
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'mopag-git'
|
# Template file for 'mopag-git'
|
||||||
pkgname=mopag-git
|
pkgname=mopag-git
|
||||||
version=20140414
|
version=20140531
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="libX11-devel"
|
makedepends="libX11-devel"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -9,6 +9,8 @@ short_desc="A small pager for monsterwm"
|
||||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
license="Public Domain"
|
license="Public Domain"
|
||||||
homepage="https://github.com/c00kiemon5ter/mopag"
|
homepage="https://github.com/c00kiemon5ter/mopag"
|
||||||
|
provides="mopag-${version}_${revision}"
|
||||||
|
replaces="mopag>=0"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/c00kiemon5ter/mopag"
|
local url="git://github.com/c00kiemon5ter/mopag"
|
||||||
|
|
Loading…
Reference in a new issue