diff options
author | Bart Libert | 2021-09-14 14:00:48 +0200 |
---|---|---|
committer | Bart Libert | 2021-09-14 14:00:48 +0200 |
commit | 8f3624fde6949838381e76fe377e59d053d5c65b (patch) | |
tree | c72221d209e71829ee9a010d1f057ae52b5d89c6 | |
parent | e0e84acaf41eb3f8064cc9730ddf9d80e16388d0 (diff) | |
download | aur-8f3624fde6949838381e76fe377e59d053d5c65b.tar.gz |
Use correct format for GPL3 license
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') |