summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoloturn2020-06-07 14:01:42 +0200
committersoloturn2020-06-07 14:01:42 +0200
commit45eb7bb6cd7500aae8beb931ea153d91a12e8c5e (patch)
treece6f25dd7ea95185498f249c9e9b2ed35ed0daf9
parent0a4967b301ee86006c41eb851dcf46b8a3b24a8d (diff)
downloadaur-45eb7bb6cd7500aae8beb931ea153d91a12e8c5e.tar.gz
use update-checkout
-rw-r--r--PKGBUILD36
1 files changed, 19 insertions, 17 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5ecad571fe54..e8e174e67c92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Theo Tosini <theo.tosini@theoduino.me>
pkgname=swift-language-git
-pkgver=swift.2.2.SNAPSHOT.2015.12.01.b.r537.g072a459
+pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.06.04.a.r63.g932a91e0c56
pkgrel=1
pkgdesc="The Swift programming language, taken directly from the Apple repository"
arch=('x86_64')
@@ -16,24 +16,26 @@ backup=()
options=()
install=
source=('git+https://github.com/apple/swift'
- 'llvm::git+https://github.com/apple/swift-llvm'
- 'clang::git+https://github.com/apple/swift-clang'
- 'lldb::git+https://github.com/apple/swift-lldb'
- 'cmark::git+https://github.com/apple/swift-cmark'
- 'llbuild::git+https://github.com/apple/swift-llbuild'
- 'swiftpm::git+https://github.com/apple/swift-package-manager'
- 'git+https://github.com/apple/swift-corelibs-xctest'
- 'git+https://github.com/apple/swift-corelibs-foundation')
+# 'llvm::git+https://github.com/apple/swift-llvm'
+# 'clang::git+https://github.com/apple/swift-clang'
+# 'lldb::git+https://github.com/apple/swift-lldb'
+# 'cmark::git+https://github.com/apple/swift-cmark'
+# 'llbuild::git+https://github.com/apple/swift-llbuild'
+# 'swiftpm::git+https://github.com/apple/swift-package-manager'
+# 'git+https://github.com/apple/swift-corelibs-xctest'
+# 'git+https://github.com/apple/swift-corelibs-foundation'
+ )
noextract=()
md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP'
- 'SKIP')
+# 'SKIP'
+# 'SKIP'
+# 'SKIP'
+# 'SKIP'
+# 'SKIP'
+# 'SKIP'
+# 'SKIP'
+# 'SKIP'
+ )
pkgver() {
cd "$srcdir/swift"