xbps-src: bump version; requires bash now.

This commit is contained in:
Juan RP 2013-02-18 12:48:28 +01:00
parent a582d63a75
commit d9cba50ed8

View file

@ -1,7 +1,7 @@
# Template file for 'xbps-src' # Template file for 'xbps-src'
pkgname=xbps-src pkgname=xbps-src
version=20130214 version=20130218
revision=2 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"
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps" make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
@ -14,7 +14,7 @@ license="GPL-2"
nofetch=yes nofetch=yes
noextract=yes noextract=yes
makedepends="git" makedepends="git"
depends="xbps-triggers>=0.54 fakeroot" depends="bash xbps-triggers>=0.54 fakeroot"
replaces="xbps-src-git>=0" replaces="xbps-src-git>=0"
do_fetch() { do_fetch() {