mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
xbps-git: bump version; remove oudated INSTALL script.
This commit is contained in:
parent
543e8fe204
commit
002bc594f3
2 changed files with 1 additions and 13 deletions
|
@ -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
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xbps-git'
|
# Template file for 'xbps-git'
|
||||||
pkgname=xbps-git
|
pkgname=xbps-git
|
||||||
version=20130708
|
version=20130716
|
||||||
revision=1
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --sysconfdir=/etc --enable-static --enable-debug --enable-tests"
|
configure_args="--prefix=/usr --sysconfdir=/etc --enable-static --enable-debug --enable-tests"
|
||||||
|
|
Loading…
Add table
Reference in a new issue