summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoloturn2020-07-05 12:15:15 +0200
committersoloturn2020-07-05 12:15:15 +0200
commit2442eef9c18079ed1dce61160a854b71118d149b (patch)
tree8151dd7724ae787db34d0a13066034ef05b8adc8
parent1e7bbcb259cdac6003107462530bf8ff40055e6a (diff)
downloadaur-2442eef9c18079ed1dce61160a854b71118d149b.tar.gz
add fanjiang, switch back to master
-rw-r--r--PKGBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37e6b0931711..c323c762c686 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Theo Tosini <theo.tosini@theoduino.me>
# Contributor: Gábor Sebestyén <segabor@gmail.com>
+# Contributor: Andrew Sun <adsun701@gmail.com>
# Contributor: soloturn@gmail.com
pkgname=swift-language-git
-pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.06.29.a.r38.g30ccb529485
+pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.07.02.a.r23.gb85ffd39f29
pkgrel=1
pkgdesc="The Swift programming language, taken directly from the Apple repository"
arch=('x86_64')
@@ -20,7 +21,8 @@ backup=()
options=()
install=
source=(
- 'git+https://github.com/apple/swift#commit=30ccb5294'
+ 'git+https://github.com/apple/swift'
+ #'git+https://github.com/apple/swift#commit=30ccb5294'
'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'
@@ -33,8 +35,8 @@ source=(
'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'
-# 'llvm-project::git+https://github.com/apple/llvm-project#branch=apple/master'
- 'llvm-project::git+https://github.com/apple/llvm-project#commit=e80a6b097761253'
+ 'llvm-project::git+https://github.com/apple/llvm-project#branch=apple/master'
+# 'llvm-project::git+https://github.com/apple/llvm-project#commit=e80a6b097761253'
'0001-not-build-ninja-icu.patch'
)
noextract=()