[arch-commits] Commit in python-pikepdf/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Tue Jan 25 21:10:37 UTC 2022


    Date: Tuesday, January 25, 2022 @ 21:10:37
  Author: arojas
Revision: 1115567

Update to 4.4.0

Modified:
  python-pikepdf/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-25 21:08:23 UTC (rev 1115566)
+++ PKGBUILD	2022-01-25 21:10:37 UTC (rev 1115567)
@@ -3,7 +3,7 @@
 # Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
 
 pkgname=python-pikepdf
-pkgver=4.3.1
+pkgver=4.4.0
 pkgrel=1
 pkgdesc='Read and write PDFs with Python, powered by qpdf'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=(pybind11 python-setuptools-scm python-wheel python-toml)
 depends=(python-lxml python-pillow qpdf)
 source=(https://pypi.python.org/packages/source/p/pikepdf/pikepdf-$pkgver.tar.gz)
-sha256sums=('8836e6060534c7245c8d736e93600667b928c767a012a73bb567f56bbe3d985c')
+sha256sums=('a10bdf7f3041d919b6cf2284cf0f387b42af227f053c4f502df92639cdcdcedc')
 
 prepare() {
   sed -e '/setuptools_scm_git_archive/d' -i pikepdf-$pkgver/setup.py # Remove unused build dependency



More information about the arch-commits mailing list