xbps-git: bump version (post 0.23 release).

This commit is contained in:
Juan RP 2013-04-19 10:49:24 +02:00
parent 8a19228235
commit 7b84b6a4f2

View file

@ -1,6 +1,6 @@
# Template file for 'xbps-git' # Template file for 'xbps-git'
pkgname=xbps-git pkgname=xbps-git
version=20130417 version=20130419
revision=1 revision=1
build_style=configure build_style=configure
configure_args="--prefix=/ --exec-prefix=/usr --sbindir=/usr/sbin configure_args="--prefix=/ --exec-prefix=/usr --sbindir=/usr/sbin
@ -71,7 +71,6 @@ xbps-git_package() {
conf_files="/etc/xbps/xbps.conf" conf_files="/etc/xbps/xbps.conf"
depends="xbps-triggers libxbps-git-${version}_${revision}" depends="xbps-triggers libxbps-git-${version}_${revision}"
pkg_install() { pkg_install() {
vmove etc vmove all
vmove usr
} }
} }