[arch-commits] Commit in grub/trunk (PKGBUILD)

Christian Hesse eworm at archlinux.org
Sun Feb 21 21:08:23 UTC 2021


    Date: Sunday, February 21, 2021 @ 21:08:23
  Author: eworm
Revision: 408581

upgpkg: grub 2:2.04-10: fix toolchain issue (FS#69711)

Modified:
  grub/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-21 20:37:51 UTC (rev 408580)
+++ PKGBUILD	2021-02-21 21:08:23 UTC (rev 408581)
@@ -24,7 +24,7 @@
 epoch=2
 _pkgver=2.04
 pkgver=${_pkgver/-/}
-pkgrel=9
+pkgrel=10
 url='https://www.gnu.org/software/grub/'
 arch=('x86_64')
 license=('GPL3')
@@ -82,6 +82,9 @@
 _backports=(
 	# grub-mkconfig: Use portable "command -v" to detect installed programs
 	'28a7e597de0d5584f65e36f9588ff9041936e617'
+
+	# build: Fix GRUB i386-pc build with Ubuntu gcc
+	'6643507ce30f775008e093580f0c9499dfb2c485'
 )
 
 _configure_options=(



More information about the arch-commits mailing list