summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsoloturn2022-07-05 08:55:37 +0200
committersoloturn2022-07-05 08:55:53 +0200
commitc9bb057f931417b9a5ef333147b3f4ab17542299 (patch)
tree68b2217c18e11ef049e3894d9f43c4bf87095197
parentbbca5df846b8da8cb674202eaa337584faa1acb7 (diff)
downloadaur-c9bb057f931417b9a5ef333147b3f4ab17542299.tar.gz
swift-cmark-gfm correct url
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2582f54e8ad9..c37ff372ef44 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -40,7 +40,7 @@ pkgbase = swift-language
source = indexstore-db::git+https://github.com/apple/indexstore-db#tag=swift-5.6-RELEASE
source = yams::git+https://github.com/jpsim/Yams#tag=4.0.2
source = sourcekit-lsp::git+https://github.com/apple/sourcekit-lsp#tag=swift-5.6-RELEASE
- source = swift-cmark-gfm::git+https://github.com/apple/swift-cmark#branch=5.6-gfm
+ source = swift-cmark-gfm::git+https://github.com/apple/swift-cmark#branch=release/5.6-gfm
source = swift-crypto::git+https://github.com/apple/swift-crypto#tag=1.1.5
source = swift-docc::git+https://github.com/apple/swift-docc#branch=main
source = swift-docc-render-artifact::git+https://github.com/apple/swift-docc-render-artifact#branch=main
diff --git a/PKGBUILD b/PKGBUILD
index 77400bab4290..a6e5fcf0d2b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -43,7 +43,7 @@ source=(
"indexstore-db::git+https://github.com/apple/indexstore-db#tag=${_swiftver}"
"yams::git+https://github.com/jpsim/Yams#tag=${yamsver}"
"sourcekit-lsp::git+https://github.com/apple/sourcekit-lsp#tag=${_swiftver}"
- "swift-cmark-gfm::git+https://github.com/apple/swift-cmark#branch=5.6-gfm"
+ "swift-cmark-gfm::git+https://github.com/apple/swift-cmark#branch=release/5.6-gfm"
"swift-crypto::git+https://github.com/apple/swift-crypto#tag=${swiftcryptover}"
"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"