xbps{,-static}: update to 0.35.
This commit is contained in:
6
srcpkgs/xbps-static/INSTALL
Normal file
6
srcpkgs/xbps-static/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".
|
# NOTE: keep this package synchronized with "srcpkgs/xbps".
|
||||||
pkgname=xbps-static
|
pkgname=xbps-static
|
||||||
version=0.34
|
version=0.35
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
short_desc="The XBPS package system utilities - static binaries"
|
short_desc="The XBPS package system utilities - static binaries"
|
||||||
|
|||||||
6
srcpkgs/xbps/INSTALL
Normal file
6
srcpkgs/xbps/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'
|
# Template file for 'xbps'
|
||||||
pkgname=xbps
|
pkgname=xbps
|
||||||
version=0.34
|
version=0.35
|
||||||
revision=1
|
revision=1
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
short_desc="The XBPS package system utilities"
|
short_desc="The XBPS package system utilities"
|
||||||
|
|||||||
Reference in New Issue
Block a user