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