summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')