Date: Thursday, October 20, 2022 @ 15:12:29 Author: arojas Revision: 1332984
upgpkg: python-pikepdf 6.2.1-1: Update to 6.2.1 Modified: python-pikepdf/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-20 15:05:45 UTC (rev 1332983) +++ PKGBUILD 2022-10-20 15:12:29 UTC (rev 1332984) @@ -3,7 +3,7 @@ # Contributor: Stephan Eisvogel <eisvogel at embinet dot de> pkgname=python-pikepdf -pkgver=6.2.0 +pkgver=6.2.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=('7a6731d19c338ecf98159fa9989eaffbb15b9c25c6eef366a0c5b2a68c299849') +sha256sums=('28309830b84e1392949afe5dc8e02d635531b63ab41f0ed6ec05ca8a8cc384ee') build() { cd pikepdf-$pkgver
