summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2023-02-27 04:54:44 -0500
committerPatrick Northon2023-02-27 04:54:44 -0500
commit89600e975684d73ceff8989fd3be24ac82e8a42d (patch)
treecc052207e86df83fb6501b56235e3df6fdc3e197
parent44e96453ec0ed2fa26ce0e8572a63ee426bcc1e7 (diff)
downloadaur-89600e975684d73ceff8989fd3be24ac82e8a42d.tar.gz
Fix source filename.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 897929b5ebff..6b752011d7fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = authselect
depends = libselinux
provides = authconfig
conflicts = authconfig
- source = https://github.com/authselect/authselect/archive/refs/tags/1.4.2.tar.gz
+ source = authselect-1.4.2.tar.gz::https://github.com/authselect/authselect/archive/refs/tags/1.4.2.tar.gz
sha256sums = 5aecf90f78fbb996db77a9f5026256213d9cb2024ab6f15d19f88053b25b37ad
pkgname = authselect
diff --git a/PKGBUILD b/PKGBUILD
index e058d957fdf0..6c1ac7fe8d5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('popt' 'asciidoc' 'libselinux')
provides=('authconfig')
conflicts=('authconfig')
makedepends=()
-source=("https://github.com/${pkgname}/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('5aecf90f78fbb996db77a9f5026256213d9cb2024ab6f15d19f88053b25b37ad')
_srcdir="${pkgname}-${pkgver}"