Date: Friday, September 16, 2022 @ 06:35:19 Author: arojas Revision: 1303884
upgpkg: python-pikepdf 6.0.1-1: Update to 6.0.1 Modified: python-pikepdf/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-16 03:33:27 UTC (rev 1303883) +++ PKGBUILD 2022-09-16 06:35:19 UTC (rev 1303884) @@ -3,7 +3,7 @@ # Contributor: Stephan Eisvogel <eisvogel at embinet dot de> pkgname=python-pikepdf -pkgver=6.0.0.post2 +pkgver=6.0.1 pkgrel=1 pkgdesc='Read and write PDFs with Python, powered by qpdf' arch=(x86_64) @@ -13,7 +13,7 @@ depends=(python-lxml python-pillow python-deprecation python-typing_extensions python-packaging qpdf) checkdepends=(python-pytest-xdist python-hypothesis) source=(https://pypi.python.org/packages/source/p/pikepdf/pikepdf-$pkgver.tar.gz) -sha256sums=('dae409c6434151498afc78e5fa636396b48e8a49dc46456012fc4917a0870078') +sha256sums=('519a017282780ad2d547cd848407ab03b2cb12ee467b71e51f53ca7f4f3146ea') build() { cd pikepdf-$pkgver
