diff options
author | soloturn | 2020-09-27 08:13:17 +0200 |
---|---|---|
committer | soloturn | 2020-09-27 08:13:17 +0200 |
commit | 3ce0f6c971540dc11d5884866deb3422cdbb52b9 (patch) | |
tree | a70f345b11a4d4736cf96f57419be668ab6a55ae | |
parent | 52419aa1b78f78d35861b18a9683959fb71b3432 (diff) | |
download | aur-3ce0f6c971540dc11d5884866deb3422cdbb52b9.tar.gz |
use yams 3.0.1, as https://github.com/apple/swift/blob/master/utils/update_checkout/update-checkout-config.json#L77
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,7 +4,7 @@ # Contributor: soloturn@gmail.com pkgname=swift-language-git -pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.09.11.a.r74.gc56ae1e3364 +pkgver=swift.DEVELOPMENT.SNAPSHOT.2020.09.23.a.r165.gb03457ddf38 pkgrel=1 pkgdesc="The Swift programming language, taken directly from the Apple repository" arch=('x86_64') @@ -34,8 +34,8 @@ source=( '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=swift/master' - 'yams::git+https://github.com/jpsim/Yams' -# 'yams::git+https://github.com/jpsim/Yams#commit=3.0.1' +# 'yams::git+https://github.com/jpsim/Yams' + 'yams::git+https://github.com/jpsim/Yams#commit=3.0.1' '0001-arch-aur-pachtes.patch' '0002-llbuild-ninja-test-binary-links-against-ncurses.patch' ) |