summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorraf2023-08-31 00:20:35 +1000
committerraf2023-08-31 00:20:35 +1000
commitc0528ae510ee3f6d9bbc29ee41b5c94caa1485b1 (patch)
treeaa9bbca0fc5740ebcbce203116d58571a675544e /PKGBUILD
parent72ec583da35260ca2284420ceab7e7424ab75a30 (diff)
downloadaur-noexcuses.tar.gz
Use $pkgname $pkgver in source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74f8cce9c5c4..1288d1d7b93c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ arch=("any")
url=https://raf.org/noexcuses/
license=("GPL")
depends=("perl>=5.6" "inetutils")
-source=("https://github.com/raforg/noexcuses/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
+source=("https://github.com/raforg/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz")
sha256sums=("cab7819d9a4aa76d9019cb86ee4d53cec257b22b8d59cfcbf3edace13ea2449f")
prepare()