xbps-src: bump version; requires bash now.
This commit is contained in:
parent
a582d63a75
commit
d9cba50ed8
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xbps-src'
|
||||
pkgname=xbps-src
|
||||
version=20130214
|
||||
revision=2
|
||||
version=20130218
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||
make_install_args="PREFIX=/usr ETCDIR=/etc/xbps"
|
||||
|
@ -14,7 +14,7 @@ license="GPL-2"
|
|||
nofetch=yes
|
||||
noextract=yes
|
||||
makedepends="git"
|
||||
depends="xbps-triggers>=0.54 fakeroot"
|
||||
depends="bash xbps-triggers>=0.54 fakeroot"
|
||||
replaces="xbps-src-git>=0"
|
||||
|
||||
do_fetch() {
|
||||
|
|
Loading…
Reference in a new issue