summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3b8e71af7a4a..5145528f421c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -36,6 +36,7 @@ source=(
'llvm-project::git+https://github.com/apple/llvm-project#branch=swift/master'
'0001-arch-aur-pachtes.patch'
'0002-llbuild-ninja-test-binary-links-against-ncurses.patch'
+ '0003-linux_load_commands-test-sourcekit-lsp-are-python2.patch'
# swift src to check afterwards
'indexstore-db::git+https://github.com/apple/indexstore-db'
# 'yams::git+https://github.com/jpsim/Yams'
@@ -71,6 +72,7 @@ md5sums=(
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
)
@@ -82,6 +84,7 @@ md5sums=(
prepare () {
( cd swift && patch -p1 -i "$srcdir/0001-arch-aur-pachtes.patch" )
( cd llbuild && patch -p1 -i "$srcdir/0002-llbuild-ninja-test-binary-links-against-ncurses.patch" )
+ ( cd swift-integration-tests && patch -p1 -i "$srcdir/0003-linux_load_commands-test-sourcekit-lsp-are-python2.patch" )
}
pkgver() {