Merge branch 'master' into testing
This commit is contained in:
commit
6bb3a83e9c
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue