xbps-git: bump version; remove oudated INSTALL script.

This commit is contained in:
Juan RP 2013-07-16 07:34:56 +02:00
parent 543e8fe204
commit 002bc594f3
2 changed files with 1 additions and 13 deletions

View file

@ -1,12 +0,0 @@
case "${ACTION}" in
post)
cat <<_EOF
=====================================================================
Don't forget to run 'xbps-pkgdb [-r rootdir] -u' to update the pkg
metadata format to 0.21.
=====================================================================
_EOF
;;
esac

View file

@ -1,6 +1,6 @@
# Template file for 'xbps-git'
pkgname=xbps-git
version=20130708
version=20130716
revision=1
build_style=configure
configure_args="--prefix=/usr --sysconfdir=/etc --enable-static --enable-debug --enable-tests"