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

Antonio Rojas arojas at gemini.archlinux.org
Sun Oct 10 07:55:14 UTC 2021


    Date: Sunday, October 10, 2021 @ 07:55:13
  Author: arojas
Revision: 1029210

Update to 3.2.0

Modified:
  python-pikepdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-10 07:16:32 UTC (rev 1029209)
+++ PKGBUILD	2021-10-10 07:55:13 UTC (rev 1029210)
@@ -3,7 +3,7 @@
 # Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
 
 pkgname=python-pikepdf
-pkgver=3.1.1
+pkgver=3.2.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=('925494b335ac208cfba34fd097c2b809662e8c11f49806eac9471a6e99f54a44')
+sha256sums=('a0582f00440668c07edb8403e82724961c7812c8e6c30655e34825b2645f15cd')
 
 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