summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsoloturn2020-09-29 19:42:41 +0200
committersoloturn2020-09-29 19:42:41 +0200
commit66f5d45b08e74024778db49e0168dfa4a0a11586 (patch)
tree14b103d3f8334c561f590a9dc24798455d48b331 /PKGBUILD
parent8a4c6a10d42a7d2af13da68f0d6ee7c3db988d42 (diff)
downloadaur-66f5d45b08e74024778db49e0168dfa4a0a11586.tar.gz
add indexstore-db src
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fbdb2007838a..f428b89ab6fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: soloturn@gmail.com
pkgname=swift-language-git
-pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.09.23.a.r165.gb03457ddf38
+pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.09.28.a.r26.g0756c402583
pkgrel=1
pkgdesc="The Swift programming language, taken directly from the Apple repository"
arch=('x86_64')
@@ -22,6 +22,7 @@ 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'
@@ -58,6 +59,7 @@ md5sums=(
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
)