Date: Monday, September 19, 2022 @ 06:33:06 Author: arojas Revision: 1305132
upgpkg: python-pikepdf 6.0.2-1: Update to 6.0.2 Modified: python-pikepdf/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-19 05:39:51 UTC (rev 1305131) +++ PKGBUILD 2022-09-19 06:33:06 UTC (rev 1305132) @@ -3,7 +3,7 @@ # Contributor: Stephan Eisvogel <eisvogel at embinet dot de> pkgname=python-pikepdf -pkgver=6.0.1 +pkgver=6.0.2 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=('519a017282780ad2d547cd848407ab03b2cb12ee467b71e51f53ca7f4f3146ea') +sha256sums=('eab4823438a95b849699de02cb8780d4853b0c9de89548dd1ff4e3327371d7d4') build() { cd pikepdf-$pkgver
