aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-12-05 15:33:56 +0100
committerLeo <thinkabit.ukim@gmail.com>2019-12-05 15:45:30 +0100
commit877477731b274cd41f1b6fbdc547d4ae646ed63c (patch)
treed7772254cddeb03a35683dac785e43b8a97922a7
parentb3e2627edb32a926e374441d892d3b54676e545c (diff)
community/py3-pikepdf: upgrade to 1.7.1
-rw-r--r--community/py3-pikepdf/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-pikepdf/APKBUILD b/community/py3-pikepdf/APKBUILD
index a7427998872..7bf470ca99e 100644
--- a/community/py3-pikepdf/APKBUILD
+++ b/community/py3-pikepdf/APKBUILD
@@ -1,11 +1,11 @@
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
pkgname=py3-pikepdf
_pyname=pikepdf
-pkgver=1.7.0
+pkgver=1.7.1
pkgrel=0
pkgdesc="A Python library for reading and writing PDF"
url=https://github.com/pikepdf/pikepdf
-arch=all
+arch="all"
license="MPL-2.0"
depends="python3 py3-lxml py3-pybind11>=2.4.3"
makedepends="py3-pybind11-dev py3-setuptools python3-dev qpdf-dev"
@@ -22,4 +22,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="1676189619fbb5949ccdd8583d35a2a0a3f3bb5b41ea62921bae031a13d233a88e6699fc84c333b025c3bfc5f75a0089f49eab86f0fe342a90a0917abfe2fcab pikepdf-1.7.0.tar.gz"
+sha512sums="9d9e47382a754a10838df9a6e6da6a3b9db0a66d7ca4c6c1913815564c3f0209b4b8ed529770abf06736c5432b34d03b66c18eea335f3d2675e9bb3de3f1f0f5 pikepdf-1.7.1.tar.gz"