diff options
Diffstat (limited to 'community/py-pygit2/APKBUILD')
-rw-r--r-- | community/py-pygit2/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-pygit2/APKBUILD b/community/py-pygit2/APKBUILD index fd4b0dae82..d59a8b5c82 100644 --- a/community/py-pygit2/APKBUILD +++ b/community/py-pygit2/APKBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="Python bindings for libgit2" url="https://github.com/libgit2/pygit2" arch="all" -license="GPLv2" +license="GPL-2.0" _pydepends="py-cffi py-six" makedepends="$_pydepends python2-dev python3-dev py-setuptools libgit2-dev libssh2-dev libressl-dev" |