summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsoloturn2020-09-15 03:12:09 +0200
committersoloturn2020-09-15 03:12:09 +0200
commit4c6714625e5be9a6558b88e1f217c3d9b346d3e2 (patch)
treed2433da25f1287b5f1721abcd13a2cd17d555ddc /PKGBUILD
parent59e25e1c183af206ba42eb600050f3a63faa0b52 (diff)
downloadaur-4c6714625e5be9a6558b88e1f217c3d9b346d3e2.tar.gz
llbuild ninja test binary links against ncurses
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f975188226f..acde96cc2d5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: soloturn@gmail.com
pkgname=swift-language-git
-pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.09.11.a.r71.ge6f7b9dc8e8
+pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.09.11.a.r74.gc56ae1e3364
pkgrel=1
pkgdesc="The Swift programming language, taken directly from the Apple repository"
arch=('x86_64')
@@ -37,6 +37,7 @@ source=(
'llvm-project::git+https://github.com/apple/llvm-project#branch=swift/master'
# 'llvm-project::git+https://github.com/apple/llvm-project#commit=e80a6b097761253'
'0001-arch-aur-pachtes.patch'
+ '0002-llbuild-ninja-test-binary-links-against-ncurses.patch'
)
noextract=()
md5sums=(
@@ -55,6 +56,7 @@ md5sums=(
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
)
@@ -65,6 +67,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" )
}
pkgver() {