summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoseph Diza2022-05-09 00:55:30 -0700
committerJoseph Diza2022-05-09 00:55:30 -0700
commit4256a50984cdf0f7502d7dd04cc8225d0a31cb7e (patch)
tree9ae31a21354c8c6272193d58428305d3a72ee3ad /PKGBUILD
parent38458e4ae0aed9adef62f931cbcffcfbaa027db6 (diff)
downloadaur-4256a50984cdf0f7502d7dd04cc8225d0a31cb7e.tar.gz
Use more precise license qualifier
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 32884fcef711..27874d98a01f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
arch=('any')
pkgdesc='Write once run anywhere, a python library with general purpose utilities.'
url='https://github.com/jmdaemon/wora'
-license=('GPL')
+license=('GPL3')
depends=('python-toml')
optdepends=()
makedepends=('python-setuptools')