summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwitcher2023-05-20 18:52:23 +0200
committerwitcher2023-05-20 18:52:23 +0200
commit578cf7e969d406ff02a76f257f335291b961c8be (patch)
treeaf574bd7491515fc11c6ba595edee0b9d218d6e3 /PKGBUILD
parent3c9aafe7286c3b105edfb7cda4ac9bc9334976a3 (diff)
downloadaur-helpaur.tar.gz
Fix license entry for GPL3
GPL-3.0-only is, as far as I'm aware, not the correct identifier. Also, the `url` variable is used in `source` to avoid repetition.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c0a0167c9640..bae5de2ff127 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname="helpaur"
pkgver=v0.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Help maintaining the AUR by listing unmaintained packages"
arch=('x86_64')
url="https://git.sr.ht/~witcher/$pkgname"
-license=('GPL-3.0-only')
+license=('GPL3')
makedepends=('cargo')
-source=("$pkgname-$pkgver.tar.gz::https://git.sr.ht/~witcher/${pkgname}/archive/${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::${url}/archive/${pkgver}.tar.gz")
sha256sums=('36f1ecfff1da739f49d63065d52d6c13b66a771c0a45342ee3fd3302d0ae664d')
prepare() {