summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Libert2021-09-14 14:00:48 +0200
committerBart Libert2021-09-14 14:00:48 +0200
commit8f3624fde6949838381e76fe377e59d053d5c65b (patch)
treec72221d209e71829ee9a010d1f057ae52b5d89c6
parente0e84acaf41eb3f8064cc9730ddf9d80e16388d0 (diff)
downloadaur-8f3624fde6949838381e76fe377e59d053d5c65b.tar.gz
Use correct format for GPL3 license
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb3187137ce1..70b165c396b8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="automate and manage your pocket collection"
url="https://github.com/arvindch/pockyt"
depends=('python')
makedepends=('python-setuptools')
-license=('GPLv3+')
+license=('GPL3')
arch=('any')
source=("https://github.com/arvindch/pockyt/archive/$pkgver.tar.gz")
sha256sums=('91c4e89dec141b8999feeab963fb652ea2026147ced44eea449c05d7d464cccf')