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

6
srcpkgs/xbps-git/INSTALL Normal file
View File

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

View File

@ -1,6 +1,6 @@
# Template file for 'xbps-git'
pkgname=xbps-git
version=20140331
version=20140401
revision=1
short_desc="The XBPS package system (development branch)"
maintainer="Juan RP <xtraeme@gmail.com>"

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>"