bar-git: restore the replaces (mistake from me)
This commit is contained in:
parent
04c00c1adb
commit
db38a6d2a2
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bar-git'
|
# Template file for 'bar-git'
|
||||||
pkgname=bar-git
|
pkgname=bar-git
|
||||||
version=20140919
|
version=20140919
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="perl git"
|
hostmakedepends="perl git"
|
||||||
makedepends="libxcb-devel"
|
makedepends="libxcb-devel"
|
||||||
|
@ -10,6 +10,7 @@ maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/LemonBoy/bar"
|
homepage="https://github.com/LemonBoy/bar"
|
||||||
provides="bar-${version}_${revision}"
|
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