diff options
Diffstat (limited to 'testing/py-praw/APKBUILD')
-rw-r--r-- | testing/py-praw/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-praw/APKBUILD b/testing/py-praw/APKBUILD index a42371e4a7..f2d62ee3d8 100644 --- a/testing/py-praw/APKBUILD +++ b/testing/py-praw/APKBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="A Python module to access to reddit's API" url="https://github.com/praw-dev/praw" arch="noarch" -license="GPL3+" +license="GPL-3.0-or-later" depends="py-update-checker py-requests py-six" makedepends="python2-dev py-setuptools python3-dev" subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3" |