summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2c19bdb64af5..e4c273538df4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: aspen <luxx4x@protonmail.com>
pkgname="apple-sdk-ios"
-pkgver=20200709.r1
+pkgver=13.4
pkgrel=1
arch=('any')
pkgdesc="iOS SDKs, from on DragonBuild's repository."
@@ -12,6 +12,7 @@ install="sdk.install"
makedepends=('git' 'findutils')
source=("$pkgname::git+$url.git")
sha512sums=('SKIP')
+options=(!strip)
pkgver() {
cd "$pkgname"