summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsoloturn2020-10-24 08:49:51 +0200
committersoloturn2020-10-24 08:49:51 +0200
commit94e7765d38f2cf0902ec8af49729ed03f16485ab (patch)
tree5d5e37342805a7c52a7f6b796410604ca31ab4bf /PKGBUILD
parent8a70ec2daf8907868afec4292e5f0f00e1f5a96b (diff)
downloadaur-94e7765d38f2cf0902ec8af49729ed03f16485ab.tar.gz
sourcekit-lsp python3 try1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4c95a427766..90f97a1bcc82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Andrew Sun <adsun701@gmail.com>
pkgname=swift-language-git
-pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.10.15.a.r55.g789ada59f31
+pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.10.22.a.r57.g40ce7f6e24b
pkgrel=1
pkgdesc="The Swift programming language, taken directly from the Apple repository"
arch=('x86_64')
@@ -39,6 +39,7 @@ source=(
'swift-tools-support-core::git+https://github.com/apple/swift-tools-support-core#branch=main'
'swift-xcode-playground-support::git+https://github.com/apple/swift-xcode-playground-support#branch=main'
'tensorflow-swift-apis::git+https://github.com/tensorflow/swift-apis.git'
+ '0001-sourcekit-lsp-python2-python3.patch'
)
noextract=()
md5sums=(
@@ -65,6 +66,7 @@ md5sums=(
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
)
@@ -77,6 +79,7 @@ md5sums=(
prepare () {
( cd swift && patch -p1 -i "$srcdir/0001-arch-aur-pachtes.patch" )
+ ( cd sourcekit-lsp && patch -p1 -i "$srcdir/0001-sourcekit-lsp-python2-python3.patch" )
( cd swift-integration-tests && patch -p1 -i "$srcdir/0003-linux_load_commands-test-sourcekit-lsp-are-python2.patch" )
}