summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Callahan2022-11-28 12:11:35 +1100
committerJames Callahan2022-11-28 12:11:35 +1100
commit847400000736c2a58a8e6f82e9dad423ebb5de5b (patch)
treedb2ae8878c57522bfb2bf339f145355426563198
parentff7de920eb8a86a5096439b6000ca86ae37cf10a (diff)
downloadaur-aws-saml.tar.gz
Add missing source file name extension
-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() {