From cdfd0921d22887df80472cf84f28ea376d868342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Sun, 27 Dec 2020 16:27:26 -0300 Subject: [PATCH] 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. --- srcpkgs/base-files/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/base-files/template b/srcpkgs/base-files/template index e4b0947cbaa..2c93efcfd19 100644 --- a/srcpkgs/base-files/template +++ b/srcpkgs/base-files/template @@ -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"