summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoloturn2023-02-02 03:19:12 +0100
committersoloturn2023-02-02 03:19:12 +0100
commit4ea6a7f7123872ed474471d309d59f6afba3856c (patch)
tree8445d06001d9c26d5bf603d82c501d53d7579988
parent56481eb08c4f242d13c82274f0384769d2657620 (diff)
downloadaur-4ea6a7f7123872ed474471d309d59f6afba3856c.tar.gz
inline versions, use tag again instead of commit
-rw-r--r--PKGBUILD18
1 files changed, 9 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a50f45bcf7c..7fc157ce7519 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -21,7 +21,7 @@ source=(
"git+https://github.com/apple/swift#tag=${_swiftver}"
"cmark::git+https://github.com/apple/swift-cmark#tag=${_swiftver}"
"llbuild::git+https://github.com/apple/swift-llbuild#tag=${_swiftver}"
- "swift-argument-parser::git+https://github.com/apple/swift-argument-parser#commit=1.0.3"
+ "swift-argument-parser::git+https://github.com/apple/swift-argument-parser#tag=1.0.3"
"swift-driver::git+https://github.com/apple/swift-driver#tag=${_swiftver}"
"swift-tools-support-core::git+https://github.com/apple/swift-tools-support-core#tag=${_swiftver}"
"swiftpm::git+https://github.com/apple/swift-package-manager#tag=${_swiftver}"
@@ -35,22 +35,22 @@ source=(
"0001-arch-aur-patches.patch"
# swift src to check afterwards
"indexstore-db::git+https://github.com/apple/indexstore-db#tag=${_swiftver}"
- "yams::git+https://github.com/jpsim/Yams#commit=5.0.0"
+ "yams::git+https://github.com/jpsim/Yams#tag=5.0.0"
"sourcekit-lsp::git+https://github.com/apple/sourcekit-lsp#tag=${_swiftver}"
- "swift-atomics::git+https://github.com/apple/swift-atomics#commit=1.0.2"
+ "swift-atomics::git+https://github.com/apple/swift-atomics#tag=1.0.2"
"swift-cmark-gfm::git+https://github.com/apple/swift-cmark#tag=${_swiftver}"
- "swift-collections::git+https://github.com/apple/swift-collections#commit=1.0.1"
- "swift-crypto::git+https://github.com/apple/swift-crypto#commit=1.1.5"
+ "swift-collections::git+https://github.com/apple/swift-collections#tag=1.0.1"
+ "swift-crypto::git+https://github.com/apple/swift-crypto#tag=1.1.5"
"swift-docc::git+https://github.com/apple/swift-docc#branch=main"
"swift-docc-render-artifact::git+https://github.com/apple/swift-docc-render-artifact#branch=main"
"swift-docc-symbolkit::git+https://github.com/apple/swift-docc-symbolkit#branch=main"
"swift-format::git+https://github.com/apple/swift-format#tag=${_swiftver}"
"swift-installer-scripts::git+https://github.com/apple/swift-installer-scripts#branch=main"
"swift-markdown::git+https://github.com/apple/swift-markdown#tag=${_swiftver}"
- "swift-nio::git+https://github.com/apple/swift-nio#commit=2.31.2"
- "swift-nio-ssl::git+https://github.com/apple/swift-nio-ssl#commit=2.15.0"
- "swift-numerics::git+https://github.com/apple/swift-numerics#commit=1.0.1"
- "swift-system::git+https://github.com/apple/swift-system#commit=1.1.1"
+ "swift-nio::git+https://github.com/apple/swift-nio#tag=2.31.2"
+ "swift-nio-ssl::git+https://github.com/apple/swift-nio-ssl#tag=2.15.0"
+ "swift-numerics::git+https://github.com/apple/swift-numerics#tag=1.0.1"
+ "swift-system::git+https://github.com/apple/swift-system#tag=1.1.1"
"swift-tools-support-core::git+https://github.com/apple/swift-tools-support-core#tag=${_swiftver}"
"swift-xcode-playground-support::git+https://github.com/apple/swift-xcode-playground-support#tag=${_swiftver}"
)