aboutsummaryrefslogtreecommitdiffstats
path: root/community/py-pygit2
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-pygit2')
-rw-r--r--community/py-pygit2/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/community/py-pygit2/APKBUILD b/community/py-pygit2/APKBUILD
index 66cc42b9d2..1acd7f7129 100644
--- a/community/py-pygit2/APKBUILD
+++ b/community/py-pygit2/APKBUILD
@@ -2,15 +2,14 @@
# Maintainer:
pkgname=py-pygit2
_pkgname=pygit2
-pkgver=0.27.1
+pkgver=0.27.2
pkgrel=0
pkgdesc="Python bindings for libgit2"
url="https://github.com/libgit2/pygit2"
arch="all"
license="GPL-2.0-only-WITH-GCC-exception-2.0"
depends="py-cffi py-six"
-makedepends="python2-dev python3-dev py-setuptools libgit2-dev
- libssh2-dev libressl-dev"
+makedepends="python2-dev python3-dev py-setuptools libgit2-dev"
subpackages="py2-${pkgname#py-}:_py2 py3-${pkgname#py-}:_py3"
source="https://pypi.io/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"
@@ -51,4 +50,4 @@ _py() {
$python setup.py install --prefix=/usr --root="$subpkgdir"
}
-sha512sums="9d889c13ad55e6c65e24b334f114f7d23b90961ae21c5b1f7bd8d85d44686f7ee8e98c13026c612c9a5feb500a54cf77bfa1e2bd165c657b58d879511622e6f7 pygit2-0.27.1.tar.gz"
+sha512sums="f6578a3694babe7837a5ccc4c99e2fa1827b5f67815f2cac6f3b3d0498d94a0ffeb55d3c6e9c9417d47ecbf0ad9a10302e3b59ea0d2e9eec6d9da8426b10175b pygit2-0.27.2.tar.gz"