base-files: revbump so package is re-installed on users' devices.

Some of our ROOTFS images and containers deleted the /usr/lib{32,64}
symlinks while being built, which could lead to breakage now that glibc
has been configured to look into those directories instead of /usr/lib
(see 31692b761 and a128060e4), if no update for base-files had happened
in the meantime.

As a precaution, a base-files update will set up the symlinks
appropriately and protect users of said images.
This commit is contained in:
Érico Rolim 2020-12-27 16:27:26 -03:00
parent 2b794895a9
commit cdfd0921d2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'base-files'
pkgname=base-files
version=0.141
revision=4
revision=5
bootstrap=yes
depends="xbps-triggers"
short_desc="Void Linux base system files"