summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames An2018-07-14 14:42:45 -0400
committerJames An2018-07-14 14:42:45 -0400
commite1503946ee917fd453f2a3207321d1003ac105a1 (patch)
tree10600b9a9f32e6986720189917cf4fd59c6515bf
parent9a7dff8d2a38c601b22f42493434532eede22dd2 (diff)
downloadaur-e1503946ee917fd453f2a3207321d1003ac105a1.tar.gz
Removed obsolete opt dependency, gummiboot.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 916b8bfc04d7..7f35dc7bea52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = apple_set_os
pkgdesc = Tiny EFI program for unlocking the Intel integrated graphics device on the Macbook Pro 11,3
pkgver = 1.r6.g7b6fa20
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/0xbb/apple_set_os.efi
arch = i686
arch = x86_64
@@ -10,7 +10,6 @@ pkgbase = apple_set_os
makedepends = gnu-efi-libs
optdepends = efibootmgr: manage UEFI boot entries
optdepends = grub: boot loader capable of UEFI chainloading
- optdepends = gummiboot: boot loader capable of UEFI chainloading
optdepends = refind-efi: boot loader capable of UEFI chainloading
optdepends = systemd: has boot loader capable of UEFI chainloading
source = apple_set_os::git+https://github.com/rudis/apple_set_os.efi.git
diff --git a/PKGBUILD b/PKGBUILD
index bc90acf690f0..61eef185d4d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=apple_set_os
pkgver=1.r6.g7b6fa20
-pkgrel=1
+pkgrel=2
pkgdesc='Tiny EFI program for unlocking the Intel integrated graphics device on the Macbook Pro 11,3'
arch=('i686' 'x86_64')
url="https://github.com/0xbb/$pkgname.efi"
@@ -11,7 +11,6 @@ makedepends=('git' 'gnu-efi-libs')
optdepends=(
'efibootmgr: manage UEFI boot entries'
'grub: boot loader capable of UEFI chainloading'
- 'gummiboot: boot loader capable of UEFI chainloading'
'refind-efi: boot loader capable of UEFI chainloading'
'systemd: has boot loader capable of UEFI chainloading'
)