Date: Friday, July 1, 2022 @ 07:13:59 Author: arojas Revision: 1243156
Update to 5.2.0 Modified: python-pikepdf/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-07-01 07:13:25 UTC (rev 1243155) +++ PKGBUILD 2022-07-01 07:13:59 UTC (rev 1243156) @@ -3,7 +3,7 @@ # Contributor: Stephan Eisvogel <eisvogel at embinet dot de> pkgname=python-pikepdf -pkgver=5.1.5.post1 +pkgver=5.2.0 pkgrel=1 pkgdesc='Read and write PDFs with Python, powered by qpdf' arch=(x86_64) @@ -10,10 +10,10 @@ url='https://github.com/pikepdf/pikepdf' license=(MPL2) makedepends=(pybind11 python-build python-installer python-wheel python-toml python-setuptools-scm-git-archive) -depends=(python-lxml python-pillow qpdf) +depends=(python-lxml python-pillow python-deprecation qpdf) checkdepends=(python-pytest-xdist python-hypothesis) source=(https://pypi.python.org/packages/source/p/pikepdf/pikepdf-$pkgver.tar.gz) -sha256sums=('3d70978e4ccfa5919fbcdc21f272d7c7cf341656c5099d782f8b4d1f7bdf1137') +sha256sums=('092846e2b01b04e2bd0d208fd59ccc010941e70fc4aca2968b5cb3fbcc2e686d') build() { cd pikepdf-$pkgver
