xbps: use the real git tag (omg).

This commit is contained in:
Juan RP 2014-01-09 14:32:34 +01:00
parent 1b5065ed64
commit 14d4abfac4

View file

@ -1,7 +1,7 @@
# Template file for 'xbps'
pkgname=xbps
version=0.29
revision=1
revision=2
bootstrap=yes
conf_files="/etc/xbps/xbps.conf"
replaces="xbps>=0"
@ -40,7 +40,7 @@ case "$XBPS_TARGET_MACHINE" in
esac
do_fetch() {
git clone -b 0.28 git://github.com/voidlinux/xbps.git xbps-${version}
git clone -b${version} git://github.com/voidlinux/xbps.git xbps-${version}
}
libxbps_package() {