aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pikepdf
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-01 03:44:40 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-03 06:55:33 -0300
commit9ef031acaa316a851d2de06ab9865d950c0d7425 (patch)
tree42a9466f083a9fbf99eb84876b7a15400027edfb /community/py3-pikepdf
parent5daebdbc1049c8b9141b26cbe1ab2a15167b40ad (diff)
downloadaports-9ef031acaa316a851d2de06ab9865d950c0d7425.tar.bz2
aports-9ef031acaa316a851d2de06ab9865d950c0d7425.tar.xz
community/py3-pikepdf: rebuild for libqpdf.so.26
Diffstat (limited to 'community/py3-pikepdf')
-rw-r--r--community/py3-pikepdf/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-pikepdf/APKBUILD b/community/py3-pikepdf/APKBUILD
index ee4cd0c92f..ab0c40e20a 100644
--- a/community/py3-pikepdf/APKBUILD
+++ b/community/py3-pikepdf/APKBUILD
@@ -2,13 +2,13 @@
pkgname=py3-pikepdf
_pyname=pikepdf
pkgver=1.6.3
-pkgrel=0
+pkgrel=1
pkgdesc="A Python library for reading and writing PDF"
url=https://github.com/pikepdf/pikepdf
arch=all
license="MPL-2.0"
depends="python3 py3-lxml"
-makedepends="py3-pybind11 py3-setuptools python3-dev qpdf-dev"
+makedepends="py3-pybind11-dev py3-setuptools python3-dev qpdf-dev"
_pypiprefix="${_pyname%${_pyname#?}}"
source="https://files.pythonhosted.org/packages/source/$_pypiprefix/$_pyname/$_pyname-$pkgver.tar.gz"
builddir=$srcdir/$_pyname-$pkgver