xbps-src: bump version (v110), requires xbps>=0.33.
This commit is contained in:
parent
b2ac0ab44a
commit
0c7cd31b7b
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'xbps-src'
|
# Template file for 'xbps-src'
|
||||||
pkgname=xbps-src
|
pkgname=xbps-src
|
||||||
version=20140307
|
version=20140311
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
conf_files="/etc/xbps/xbps-src.conf"
|
conf_files="/etc/xbps/xbps-src.conf"
|
||||||
depends="bash xbps-triggers>=0.54 fakeroot"
|
depends="bash xbps>=0.33 fakeroot"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||||
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||||
short_desc="The XBPS package system - binary package builder"
|
short_desc="The XBPS package system - binary package builder"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://code.google.com/p/xbps"
|
homepage="https://github.com/voidlinux/xbps-src"
|
||||||
license="GPL-2"
|
license="Simplified BSD"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local url="git://github.com/xtraeme/xbps-src"
|
local url="git://github.com/xtraeme/xbps-src"
|
||||||
|
|
Loading…
Reference in New Issue