summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxelen1232022-01-07 12:52:48 +0100
committerAxelen1232022-01-07 12:52:48 +0100
commit4ae33a9718094190baebf937a62faca710753d8c (patch)
tree59b3f566eec6f6fe287f2dcbb5b56b156dc9bb65
parent3a2945d3ad42fb32c3571c2c018cd4e3ee0adfa4 (diff)
downloadaur-4ae33a9718094190baebf937a62faca710753d8c.tar.gz
Fix the package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD11
2 files changed, 3 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e29c10f1669a..2d6c95ec3353 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.r92.g246d69b7e
- pkgrel = 5
+ pkgrel = 6
url = https://www.gnu.org/software/grub/
install = grub-improved-luks2-git.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 7a34df9d9f21..681e077c5c94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,8 +9,7 @@
## "1" to enable EMU build, "0" to disable
# _grub_emu_build="0"
-
-[[ "${CARCH}" == "x86_64" ]] && _target_arch="x86_64" || (echo "Only amd64 with efi is supported." 1>&2; exit 1)
+_build_platforms="x86_64-efi"
# [[ "${CARCH}" == "i686" ]] && _target_arch="i386"
# _build_platforms="i386-pc ${_target_arch}-efi"
@@ -20,7 +19,7 @@
_pkgname="grub"
pkgname="${_pkgname}-improved-luks2-git"
pkgver=2.06.r92.g246d69b7e
-pkgrel=5
+pkgrel=6
pkgdesc="GNU GRand Unified Bootloader (2) with Argon2 and better LUKS2 support"
arch=('x86_64')
url="https://www.gnu.org/software/grub/"
@@ -34,12 +33,6 @@ optdepends=('dosfstools: For grub-mkrescue FAT FS and EFI support'
'mtools: For grub-mkrescue FAT FS support'
'os-prober: To detect other OSes when generating grub.cfg in BIOS systems')
-if [[ "${_grub_emu_build}" == "1" ]]; then
- depends+=('sdl')
- makedepends+=('libusb')
- optdepends+=('libusb: For grub-emu USB support')
-fi
-
provides=("${_pkgname}")
conflicts=("${_pkgname}")
backup=('etc/default/grub'