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

Christian Hesse eworm at gemini.archlinux.org
Mon Mar 28 08:50:29 UTC 2022


    Date: Monday, March 28, 2022 @ 08:50:28
  Author: eworm
Revision: 440749

upgpkg: grub 2:2.06-5: recent changes, use full btrfs bootloader area

Modified:
  grub/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-28 08:43:52 UTC (rev 440748)
+++ PKGBUILD	2022-03-28 08:50:28 UTC (rev 440749)
@@ -22,7 +22,7 @@
 _unifont_ver='14.0.02'
 _pkgver=2.06
 pkgver=${_pkgver/-/}
-pkgrel=4
+pkgrel=5
 url='https://www.gnu.org/software/grub/'
 arch=('x86_64')
 license=('GPL3')
@@ -77,6 +77,9 @@
 _backports=(
 	# fs/xfs: Fix unreadable filesystem with v4 superblock
 	'a4b495520e4dc41a896a8b916a64eda9970c50ea'
+
+	# fs/btrfs: Use full btrfs bootloader area
+	'b0f06a81c6f31b6fa20be67a96b6683bba8210c9'
 )
 
 _configure_options=(



More information about the arch-commits mailing list