bar-git: add provides & replaces

This commit is contained in:
Ypnose 2014-05-31 13:11:03 +02:00
parent a9e1802542
commit 52d3054b58
1 changed files with 3 additions and 1 deletions

View File

@ -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"