xbps-src: bump version.
This commit is contained in:
parent
ee1aebce75
commit
20b430dc63
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xbps-src'
|
# Template file for 'xbps-src'
|
||||||
pkgname=xbps-src
|
pkgname=xbps-src
|
||||||
version=20130418
|
version=20130424
|
||||||
revision=1
|
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"
|
||||||
|
@ -24,7 +24,6 @@ xbps-src_package() {
|
||||||
replaces="xbps-src-git>=0"
|
replaces="xbps-src-git>=0"
|
||||||
depends="bash xbps-triggers>=0.54 fakeroot"
|
depends="bash xbps-triggers>=0.54 fakeroot"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove etc
|
vmove all
|
||||||
vmove usr
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue