summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsoloturn2020-09-13 17:18:50 +0200
committersoloturn2020-09-13 17:18:50 +0200
commitf4ec29da3864ae4525effa26a2b86ce7d95d0003 (patch)
tree02a18071409c54ebdfedd3a6995883f55ea47d14 /PKGBUILD
parentff906b58d97880ee5854c5650bf3f69685f524ac (diff)
downloadaur-f4ec29da3864ae4525effa26a2b86ce7d95d0003.tar.gz
use llvm-project#swift/master instead of apple/master
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b5608119aae9..c11a44838975 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: soloturn@gmail.com
pkgname=swift-language-git
-pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.08.31.a.r959.g400accb8ea1
+pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.09.11.a.r71.ge6f7b9dc8e8
pkgrel=1
pkgdesc="The Swift programming language, taken directly from the Apple repository"
arch=('x86_64')
@@ -34,7 +34,7 @@ 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#branch=swift/master'
# 'llvm-project::git+https://github.com/apple/llvm-project#commit=e80a6b097761253'
'0001-arch-aur-pachtes.patch'
)