xbps-src: bump version (using v45 tag, new template format).

This commit is contained in:
Juan RP 2013-04-15 17:21:21 +02:00
parent 5d71a1fa10
commit b6bb8d6c9d
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'xbps-src'
pkgname=xbps-src
version=20130329
version=20130415
revision=1
build_style=gnu-makefile
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
@ -18,6 +18,8 @@ replaces="xbps-src-git>=0"
do_fetch() {
local url="git://github.com/xtraeme/xbps-src"
local tag="v45"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
git clone -b${tag} ${url} ${pkgname}-${version}
}