summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames An2018-02-20 23:25:19 -0500
committerJames An2018-02-20 23:25:19 -0500
commit2a17f41c1abe2d2c3b9a7f4081c83f4f8340b8dc (patch)
tree24b98e3570f73e7b95dc0f4f642be61a274f6fbd
parentfe1675521b1c282ed98f0c29cde4c06ab7e89aa3 (diff)
downloadaur-2a17f41c1abe2d2c3b9a7f4081c83f4f8340b8dc.tar.gz
Updated to latest upstream version and changed source to a fork with changes necessary for a successful build.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02e340132f9f..e90c1fcbbab6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = apple_set_os
pkgdesc = Tiny EFI program for unlocking the Intel integrated graphics device on the Macbook Pro 11,3
- pkgver = v0.r6.g824a907
+ pkgver = v1.r6.g7b6fa20
pkgrel = 1
url = https://github.com/0xbb/apple_set_os.efi
arch = i686
@@ -13,7 +13,7 @@ pkgbase = apple_set_os
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/0xbb/apple_set_os.efi.git
+ source = apple_set_os::git+https://github.com/rudis/apple_set_os.efi.git
md5sums = SKIP
pkgname = apple_set_os
diff --git a/PKGBUILD b/PKGBUILD
index 53747bab7ad9..20d1522ceccf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: James An <james@jamesan.ca>
pkgname=apple_set_os
-pkgver=v0.r6.g824a907
+pkgver=v1.r6.g7b6fa20
pkgrel=1
pkgdesc='Tiny EFI program for unlocking the Intel integrated graphics device on the Macbook Pro 11,3'
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ optdepends=(
'systemd: has boot loader capable of UEFI chainloading'
)
source=(
- "$pkgname"::"git+https://github.com/0xbb/$pkgname.efi.git"
+ "$pkgname"::"git+https://github.com/rudis/$pkgname.efi.git"
)
md5sums=('SKIP')