Merge branch 'master' into testing

This commit is contained in:
Juan RP 2013-04-15 17:26:49 +02:00
commit 6bb3a83e9c
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"
@ -15,8 +15,10 @@ noextract=yes
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}
}
xbps-src_package() {