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

Antonio Rojas arojas at gemini.archlinux.org
Mon Jan 3 21:57:54 UTC 2022


    Date: Monday, January 3, 2022 @ 21:57:54
  Author: arojas
Revision: 1092627

Update to 4.3.1

Modified:
  python-pikepdf/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-03 21:56:25 UTC (rev 1092626)
+++ PKGBUILD	2022-01-03 21:57:54 UTC (rev 1092627)
@@ -3,8 +3,8 @@
 # Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
 
 pkgname=python-pikepdf
-pkgver=4.2.0
-pkgrel=2
+pkgver=4.3.1
+pkgrel=1
 pkgdesc='Read and write PDFs with Python, powered by qpdf'
 arch=(x86_64)
 url='https://github.com/pikepdf/pikepdf'
@@ -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=('9a91564193f2c01a55aef4c3b97764b2cb59443034b62a95620b12eb265c647e')
+sha256sums=('8836e6060534c7245c8d736e93600667b928c767a012a73bb567f56bbe3d985c')
 
 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