summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4093b17f46b8..605b7d7637e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = theos-cctools-aarch64-git
pkgdesc = Apple cctools port for Linux (theos,ios,aarch64)
pkgver = r262.3051881
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/tpoechtrager/cctools-port
arch = x86_64
license = custom:APSL
@@ -11,9 +11,9 @@ pkgbase = theos-cctools-aarch64-git
depends = llvm
depends = util-linux-libs
depends = libbsd
- depends = tapi
+ depends = tapi-git
depends = uuid
- depends = xar-tpoechtrage
+ depends = xar-tpoechtrage-git
provides = theos-ios-toolchain
provides = theos-ios-toolchain-git
provides = aarch64-apple-darwin-binutils
diff --git a/PKGBUILD b/PKGBUILD
index e523231058c0..ba5ac298eb48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _target_triplet=aarch64-apple-darwin
pkgname=theos-cctools-aarch64-git
pkgdesc="Apple cctools port for Linux (theos,ios,aarch64)"
pkgver=r262.3051881
-pkgrel=2
+pkgrel=3
arch=(x86_64)
url="https://github.com/tpoechtrager/cctools-port"
license=(custom:APSL)
@@ -21,10 +21,10 @@ depends=(
llvm
util-linux-libs
#
- libbsd # aarch64-apple-darwin-vtool -> /usr/lib/libbsd.so.0
- tapi # .tdb stubs
- uuid # ld64 -random_uuid support
- xar-tpoechtrage # ld64 -bitcode_bundle support
+ libbsd # aarch64-apple-darwin-vtool -> /usr/lib/libbsd.so.0
+ tapi-git # .tdb stubs
+ uuid # ld64 -random_uuid support
+ xar-tpoechtrage-git # ld64 -bitcode_bundle support
#
)
makedepends=(git)