From 576382c2bbe3e72467842ee36b3e7264d49c2e8c Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 22 Jan 2023 13:58:04 +0100 Subject: [PATCH] xbps: revbump for glibc 2.36 This is a workaround to make sure glibc gets updated before other packages. dash was updated recently and it is earlier in the alphabetical order compared to glibc, so it got updated sooner than diffutils which has an INSTALL shell script which fails because the shell interpreter - dash expects the newer glibc version than what's available at that time. --- srcpkgs/xbps/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/xbps/template b/srcpkgs/xbps/template index b77e15c64d6..1c9373c498d 100644 --- a/srcpkgs/xbps/template +++ b/srcpkgs/xbps/template @@ -1,7 +1,7 @@ # Template file for 'xbps' pkgname=xbps version=0.59.1 -revision=7 +revision=8 bootstrap=yes build_style=configure short_desc="XBPS package system utilities"