summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraspen2020-08-25 22:46:58 -0400
committeraspen2020-08-25 22:46:58 -0400
commitadbfaf24742e4f03897790f273604ba4182521ef (patch)
tree526fc67b2ca8239f3646cd7ed7145041d2417c4e
parent94250f5ed1f45f5992fda1fbb88a209c51ee0e71 (diff)
downloadaur-adbfaf24742e4f03897790f273604ba4182521ef.tar.gz
use revision
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD10
2 files changed, 4 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cbc220f1b4c6..6f41197d3334 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = apple-sdk-ios
makedepends = git
makedepends = findutils
options = !strip
- source = apple-sdk-ios::git+https://github.com/dragonbuild/sdks.git
+ source = apple-sdk-ios::git+https://github.com/dragonbuild/sdks.git#commit=0bba3608a865c6e7a11054413de38e3579d70cbe
sha512sums = SKIP
pkgname = apple-sdk-ios
diff --git a/PKGBUILD b/PKGBUILD
index e4c273538df4..b63f712ef012 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,23 +2,19 @@
pkgname="apple-sdk-ios"
pkgver=13.4
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc="iOS SDKs, from on DragonBuild's repository."
url="https://github.com/dragonbuild/sdks"
+_rev="0bba3608a865c6e7a11054413de38e3579d70cbe"
license=('custom')
depends=()
install="sdk.install"
makedepends=('git' 'findutils')
-source=("$pkgname::git+$url.git")
+source=("$pkgname::git+$url.git#commit=$_rev")
sha512sums=('SKIP')
options=(!strip)
-pkgver() {
- cd "$pkgname"
- printf "%s.r%s" "$(git show -s --format=%ci master | sed "s/\ .*//g;s/-//g")" "$(git rev-list --count HEAD)"
-}
-
prepare() {
cd "$pkgname"
find . -type f -name ".DS_Store" -delete