summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b0683f6c35d..611733e8b286 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = aws-saml
arch = x86_64
license = MIT
makedepends = go
- source = aws-saml-v0.1.0rc2::https://github.com/joshdk/aws-saml/archive/refs/tags/v0.1.0-rc.2.tar.gz
+ source = aws-saml-v0.1.0rc2.tar.gz::https://github.com/joshdk/aws-saml/archive/refs/tags/v0.1.0-rc.2.tar.gz
sha256sums = f565ae76cd4b6d92128cb57d8ebc4085903ee72b90240c0867d4f1456f205367
pkgname = aws-saml
diff --git a/PKGBUILD b/PKGBUILD
index 53b57f89dec8..f5b1c91a5aeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=('x86_64')
url="https://github.com/joshdk/aws-saml"
license=('MIT')
makedepends=('go')
-source=("$pkgname-v$pkgver::https://github.com/joshdk/aws-saml/archive/refs/tags/v$_releasever.tar.gz")
+source=("$pkgname-v$pkgver.tar.gz::https://github.com/joshdk/aws-saml/archive/refs/tags/v$_releasever.tar.gz")
sha256sums=('f565ae76cd4b6d92128cb57d8ebc4085903ee72b90240c0867d4f1456f205367')
prepare() {