xbps: use the real git tag (omg).
This commit is contained in:
parent
1b5065ed64
commit
14d4abfac4
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue