aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-zipstream/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-zipstream/APKBUILD')
-rw-r--r--community/py-zipstream/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-zipstream/APKBUILD b/community/py-zipstream/APKBUILD
index 5ae883a827..a9adbe6b7c 100644
--- a/community/py-zipstream/APKBUILD
+++ b/community/py-zipstream/APKBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="Like Python's ZipFile module, except it works as a generator that provides the file in many small chunks."
url="https://github.com/allanlei/python-zipstream"
arch="noarch"
-license="GPL3"
+license="GPL-3.0"
makedepends="python2-dev python3-dev py-setuptools"
subpackages="py3-${pkgname/py-/}:_py3 py2-${pkgname/py-/}:_py2"
source="$pkgname-$pkgver.tar.gz::https://github.com/allanlei/$_pkgname/archive/v$pkgver.tar.gz"