From 400290ba6c9655d4f9ecfbdd954b0eed44cc6c7e Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Mon, 12 Jun 2023 12:53:16 +0200 Subject: [PATCH] upgpkg: 2:2.06.r499.ge67a551a4-2: revert latest upstream changes... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ... as these were reported to cause stalled boot with black screen. Let's push a package with non-upstream changes, though... 🤞 --- PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index d84f910..da40b4e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -18,11 +18,11 @@ _GRUB_EMU_BUILD="0" pkgname='grub' pkgdesc='GNU GRand Unified Bootloader (2)' epoch=2 -_commit='c016a969d1eb59701face9ba14c19d67540f7037' -_pkgver=2.06.r557.gac560966d +_commit='e67a551a48192a04ab705fca832d82f850162b64' +_pkgver=2.06.r499.ge67a551a4 _unifont_ver='15.0.06' pkgver=${_pkgver/-/} -pkgrel=1 +pkgrel=2 url='https://www.gnu.org/software/grub/' arch=('x86_64') license=('GPL3')