xbps-{static-,}git: bump version (contains xbps-uchroot now).
This commit is contained in:
parent
fcba92c81e
commit
765d89a1b9
4 changed files with 14 additions and 2 deletions
6
srcpkgs/xbps-git/INSTALL
Normal file
6
srcpkgs/xbps-git/INSTALL
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
case "${ACTION}" in
|
||||||
|
post)
|
||||||
|
chown root:xbuilder usr/sbin/xbps-uchroot
|
||||||
|
chmod 4750 usr/sbin/xbps-uchroot
|
||||||
|
;;
|
||||||
|
esac
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xbps-git'
|
# Template file for 'xbps-git'
|
||||||
pkgname=xbps-git
|
pkgname=xbps-git
|
||||||
version=20140331
|
version=20140401
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="The XBPS package system (development branch)"
|
short_desc="The XBPS package system (development branch)"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
6
srcpkgs/xbps-static-git/INSTALL
Normal file
6
srcpkgs/xbps-static-git/INSTALL
Normal 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
|
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# NOTE: keep this package synchronized with "srcpkgs/xbps-git".
|
# NOTE: keep this package synchronized with "srcpkgs/xbps-git".
|
||||||
pkgname=xbps-static-git
|
pkgname=xbps-static-git
|
||||||
version=20140331
|
version=20140401
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="The XBPS package system (development branch) - static bins"
|
short_desc="The XBPS package system (development branch) - static bins"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Reference in a new issue