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

Antonio Rojas arojas at gemini.archlinux.org
Mon Sep 6 13:36:53 UTC 2021


    Date: Monday, September 6, 2021 @ 13:36:52
  Author: arojas
Revision: 1011872

Update to 3.0.0

Modified:
  python-pikepdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-06 13:33:25 UTC (rev 1011871)
+++ PKGBUILD	2021-09-06 13:36:52 UTC (rev 1011872)
@@ -3,7 +3,7 @@
 # Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
 
 pkgname=python-pikepdf
-pkgver=2.16.1
+pkgver=3.0.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=('e24dff6af31f1eb732fcb5db4678835d1f312643996fdcd9dbeb8aca52bc0dde')
+sha256sums=('3c17937e230b22afa975e69130e89df2911dd1e2c7bbe200138684154e428843')
 
 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