mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
6bb3a83e9c
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xbps-src'
|
# Template file for 'xbps-src'
|
||||||
pkgname=xbps-src
|
pkgname=xbps-src
|
||||||
version=20130329
|
version=20130415
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||||
|
@ -15,8 +15,10 @@ noextract=yes
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/xtraeme/xbps-src"
|
local url="git://github.com/xtraeme/xbps-src"
|
||||||
|
local tag="v45"
|
||||||
|
|
||||||
msg_normal "Fetching source from $url ...\n"
|
msg_normal "Fetching source from $url ...\n"
|
||||||
git clone ${url} ${pkgname}-${version}
|
git clone -b${tag} ${url} ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
|
||||||
xbps-src_package() {
|
xbps-src_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue