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

Antonio Rojas arojas at archlinux.org
Sat Mar 20 08:09:40 UTC 2021


    Date: Saturday, March 20, 2021 @ 08:09:40
  Author: arojas
Revision: 895985

Update to 2.9.1

Modified:
  python-pikepdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-20 07:09:37 UTC (rev 895984)
+++ PKGBUILD	2021-03-20 08:09:40 UTC (rev 895985)
@@ -3,7 +3,7 @@
 # Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
 
 pkgname=python-pikepdf
-pkgver=2.9.0
+pkgver=2.9.1
 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=('a9dbd2bb52fcdecb066c99cacf96f0ebb40edee50d8885502a5a22d7f723a8b7')
+sha256sums=('99c19cf0dd0fc89fc9e6a0de61e974e34d4111dd69802aeaee3e61fb1a74a3d8')
 
 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