summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsoloturn2020-09-30 03:04:17 +0200
committersoloturn2020-09-30 03:04:17 +0200
commitd8616408fda00a714e3b0f865df00f4270c5dc9f (patch)
treeeb92e11c1f30ae80b40e792a4cd969fca67dba47 /PKGBUILD
parent66f5d45b08e74024778db49e0168dfa4a0a11586 (diff)
downloadaur-d8616408fda00a714e3b0f865df00f4270c5dc9f.tar.gz
add other swift src which is checked
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD19
1 files changed, 15 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f428b89ab6fc..3b8e71af7a4a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: soloturn@gmail.com
pkgname=swift-language-git
-pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.09.28.a.r26.g0756c402583
+pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.09.28.a.r45.g8857deb6742
pkgrel=1
pkgdesc="The Swift programming language, taken directly from the Apple repository"
arch=('x86_64')
@@ -22,7 +22,6 @@ install=
source=(
'git+https://github.com/apple/swift'
'cmark::git+https://github.com/apple/swift-cmark'
- 'indexstore-db::git+https://github.com/apple/indexstore-db'
'llbuild::git+https://github.com/apple/swift-llbuild'
'swift-argument-parser::git+https://github.com/apple/swift-argument-parser'
'swift-driver::git+https://github.com/apple/swift-driver'
@@ -35,10 +34,17 @@ source=(
'swift-corelibs-libdispatch::git+https://github.com/apple/swift-corelibs-libdispatch'
'swift-integration-tests::git+https://github.com/apple/swift-integration-tests'
'llvm-project::git+https://github.com/apple/llvm-project#branch=swift/master'
-# 'yams::git+https://github.com/jpsim/Yams'
- 'yams::git+https://github.com/jpsim/Yams#commit=3.0.1'
'0001-arch-aur-pachtes.patch'
'0002-llbuild-ninja-test-binary-links-against-ncurses.patch'
+ # swift src to check afterwards
+ 'indexstore-db::git+https://github.com/apple/indexstore-db'
+# 'yams::git+https://github.com/jpsim/Yams'
+ 'yams::git+https://github.com/jpsim/Yams#commit=3.0.1'
+ 'sourcekit-lsp::git+https://github.com/apple/sourcekit-lsp'
+ 'swift-format::git+https://github.com/apple/swift-format'
+ 'swift-tools-support-core::git+https://github.com/apple/swift-tools-support-core'
+ 'swift-xcode-playground-support::git+https://github.com/apple/swift-xcode-playground-support'
+ 'tensorflow-swift-apis::git+https://github.com/tensorflow/swift-apis.git'
)
noextract=()
md5sums=(
@@ -60,6 +66,11 @@ md5sums=(
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
)