mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
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'
|
# 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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue