summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJames Callahan2022-11-28 12:11:35 +1100
committerJames Callahan2022-11-28 12:11:35 +1100
commit847400000736c2a58a8e6f82e9dad423ebb5de5b (patch)
treedb2ae8878c57522bfb2bf339f145355426563198 /PKGBUILD
parentff7de920eb8a86a5096439b6000ca86ae37cf10a (diff)
downloadaur-aws-saml.tar.gz
Add missing source file name extension
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
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() {