xbps-src: bump version (using v45 tag, new template format).
This commit is contained in:
parent
5d71a1fa10
commit
b6bb8d6c9d
|
@ -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}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue