summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel2022-02-17 19:55:05 +0100
committerAxel2022-02-17 19:55:05 +0100
commitdf1bc0b859b66bcbb77581e205bc09c8e5283a26 (patch)
tree55928e2f4f1ee4ea5fd61a0e4bdde9cdc1f47ce7
parent01ec51ddb8096aa41db49a4bd3a5f143bc01c869 (diff)
downloadaur-df1bc0b859b66bcbb77581e205bc09c8e5283a26.tar.gz
Disable translations by default
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index adf6b1ae9dd1..3fb8a7f95a6f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = grub-improved-luks2-git
pkgdesc = GNU GRand Unified Bootloader (2) with Argon2 and better LUKS2 support
pkgver = 2.06.r109.ga9c225776
- pkgrel = 1
+ pkgrel = 2
url = https://www.gnu.org/software/grub/
install = grub-improved-luks2-git.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a13e7a555914..1b1b0291298b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
## "1" to enable IA32-EFI build in Arch x86_64, "0" to disable
# _ia32_efi_in_arch_x64="1"
-[ -z "$GRUB_DISABLE_NLS" ] && NLS_OPT="--enable-nls" || NLS_OPT="--disable-nls"
+[ -z "$GRUB_ENABLE_NLS" ] && NLS_OPT="--disable-nls" || NLS_OPT="--enable-nls"
## "1" to enable EMU build, "0" to disable
# _grub_emu_build="0"
@@ -21,7 +21,7 @@ _build_platforms="x86_64-efi"
_pkgname="grub"
pkgname="${_pkgname}-improved-luks2-git"
pkgver=2.06.r109.ga9c225776
-pkgrel=1
+pkgrel=2
pkgdesc="GNU GRand Unified Bootloader (2) with Argon2 and better LUKS2 support"
arch=('x86_64')
url="https://www.gnu.org/software/grub/"
@@ -118,7 +118,7 @@ prepare() {
sed 's|GNU/Linux|Linux|' -i "util/grub.d/10_linux.in"
# Pull in latest language files
- [ -z "$GRUB_DISABLE_NLS" ] && ./linguas.sh
+ [ ! -z "$GRUB_ENABLE_NLS" ] && ./linguas.sh
# Remove lua module from grub-extras as it is incompatible with changes to grub_file_open
# http://git.savannah.gnu.org/cgit/grub.git/commit/?id=ca0a4f689a02c2c5a5e385f874aaaa38e151564e