aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-pikepdf/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py3-pikepdf/APKBUILD')
-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