bar-git: add provides & replaces
This commit is contained in:
parent
a9e1802542
commit
52d3054b58
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bar-git'
|
# Template file for 'bar-git'
|
||||||
pkgname=bar-git
|
pkgname=bar-git
|
||||||
version=20140508
|
version=20140531
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
|
@ -9,6 +9,8 @@ short_desc="A lightweight xcb based bar"
|
||||||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/LemonBoy/bar"
|
homepage="https://github.com/LemonBoy/bar"
|
||||||
|
provides="bar-${version}_${revision}"
|
||||||
|
replaces="bar>=0"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/LemonBoy/bar"
|
local url="git://github.com/LemonBoy/bar"
|
||||||
|
|
Loading…
Reference in a new issue