xbps-{static-,}git: bump version (contains xbps-uchroot now).

This commit is contained in:
Juan RP 2014-04-01 10:35:51 +02:00
parent fcba92c81e
commit 765d89a1b9
4 changed files with 14 additions and 2 deletions

View file

@ -0,0 +1,6 @@
case "${ACTION}" in
post)
chown root:xbuilder usr/sbin/xbps-uchroot.static
chmod 4750 usr/sbin/xbps-uchroot.static
;;
esac

View file

@ -2,7 +2,7 @@
#
# NOTE: keep this package synchronized with "srcpkgs/xbps-git".
pkgname=xbps-static-git
version=20140331
version=20140401
revision=1
short_desc="The XBPS package system (development branch) - static bins"
maintainer="Juan RP <xtraeme@gmail.com>"