xbps-src: bump version (v110), requires xbps>=0.33.

This commit is contained in:
Juan RP 2014-03-11 10:33:55 +01:00
parent b2ac0ab44a
commit 0c7cd31b7b

View file

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