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

Antonio Rojas arojas at archlinux.org
Mon Feb 1 07:18:41 UTC 2021


    Date: Monday, February 1, 2021 @ 07:18:41
  Author: arojas
Revision: 839437

Update to 2.5.2

Modified:
  python-pikepdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-01 07:18:16 UTC (rev 839436)
+++ PKGBUILD	2021-02-01 07:18:41 UTC (rev 839437)
@@ -3,7 +3,7 @@
 # Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
 
 pkgname=python-pikepdf
-pkgver=2.5.1
+pkgver=2.5.2 
 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=('954e814865dcf7b62c465f59b5756df15db6e8547fc83147d8de749afcfe577d')
+sha256sums=('8fc3e97b24dafbd4b1ac057c8f144c18467ce55d342a1a8c42688890ead58ef3')
 
 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