summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoloturn2020-06-07 14:17:52 +0200
committersoloturn2020-06-07 14:17:52 +0200
commitb44fd874042ec741c06765e0b3d652db1161db50 (patch)
tree49c4744ab2eb0a041dd5de1c4ba39817ff6a144e
parent45eb7bb6cd7500aae8beb931ea153d91a12e8c5e (diff)
downloadaur-b44fd874042ec741c06765e0b3d652db1161db50.tar.gz
add all modules in update-checkout
-rw-r--r--PKGBUILD40
1 files changed, 24 insertions, 16 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8e174e67c92..45c1e7f299d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,25 +16,33 @@ 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'
+ 'cmark::git+https://github.com/apple/swift-cmark'
+ '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'
+ 'swift-tools-support-core::git+https://github.com/apple/swift-tools-support-core'
+ 'swiftpm::git+https://github.com/apple/swift-package-manager'
+ 'swift-syntax::git+https://github.com/apple/swift-syntax'
+ 'swift-stress-tester::git+https://github.com/apple/swift-stress-tester'
+ 'swift-corelibs-xctest::git+https://github.com/apple/swift-corelibs-xctest'
+ 'swift-corelibs-foundation::git+https://github.com/apple/swift-corelibs-foundation'
+ 'swift-corelibs-libdispatch::git+https://github.com/apple/swift-corelibs-libdispatch'
+ 'swift-integration-tests::git+https://github.com/apple/swift-integration-tests'
)
noextract=()
md5sums=('SKIP'
-# 'SKIP'
-# 'SKIP'
-# 'SKIP'
-# 'SKIP'
-# 'SKIP'
-# 'SKIP'
-# 'SKIP'
-# 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
+ 'SKIP'
)
pkgver() {