summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAx333l2024-03-09 01:19:39 +0100
committerAx333l2024-03-09 01:19:39 +0100
commit31cb76758dcb4429d9a91dabd7e0f914d76d3fed (patch)
treec2ba51cd23196150300d6ff3df351e360fa9d218
parent95816c68db85cf809c809166df5e0eaf95d45927 (diff)
downloadaur-31cb76758dcb4429d9a91dabd7e0f914d76d3fed.tar.gz
fix: disable LTO
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cc0479fce9d..f2761da9b5b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = grub-improved-luks2-git
pkgdesc = GNU GRand Unified Bootloader (2) with Argon2 support. Patch made by Patrick Steinhardt
- pkgver = 2.12.r2.gb835601c7
+ pkgver = 2.12.r10.g04d2a50f3
pkgrel = 1
url = https://www.gnu.org/software/grub/
install = grub-improved-luks2-git.install
@@ -27,6 +27,7 @@ pkgbase = grub-improved-luks2-git
optdepends = os-prober: To detect other OSes when generating grub.cfg in BIOS systems
provides = grub
conflicts = grub
+ options = !lto
backup = etc/default/grub
backup = etc/grub.d/40_custom
source = grub::git+https://git.savannah.gnu.org/git/grub.git
diff --git a/PKGBUILD b/PKGBUILD
index b6e4be6c8a7f..1f7edb5e129a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -22,7 +22,7 @@ _build_platforms="x86_64-efi"
_pkgname="grub"
pkgname="${_pkgname}-improved-luks2-git"
-pkgver=2.12.r2.gb835601c7
+pkgver=2.12.r10.g04d2a50f3
pkgrel=1
pkgdesc="GNU GRand Unified Bootloader (2) with Argon2 support. Patch made by Patrick Steinhardt"
arch=('x86_64')
@@ -55,6 +55,7 @@ source=("grub::git+https://git.savannah.gnu.org/git/grub.git"
'add-GRUB_COLOR_variables.patch'
'detect-archlinux-initramfs.patch'
'grub.default')
+options=(!lto)
sha256sums=('SKIP'
'SKIP'
'SKIP'