[arch-commits] Commit in python-pikepdf/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Mon Mar 21 22:17:42 UTC 2022
Date: Monday, March 21, 2022 @ 22:17:42
Author: arojas
Revision: 1168643
Update to 5.1.0
Modified:
python-pikepdf/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-21 22:14:04 UTC (rev 1168642)
+++ PKGBUILD 2022-03-21 22:17:42 UTC (rev 1168643)
@@ -3,7 +3,7 @@
# Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
pkgname=python-pikepdf
-pkgver=5.0.1
+pkgver=5.1.0
pkgrel=1
pkgdesc='Read and write PDFs with Python, powered by qpdf'
arch=(x86_64)
@@ -12,7 +12,7 @@
makedepends=(pybind11 python-build python-installer python-wheel python-toml python-setuptools-scm-git-archive)
depends=(python-lxml python-pillow qpdf)
source=(https://pypi.python.org/packages/source/p/pikepdf/pikepdf-$pkgver.tar.gz)
-sha256sums=('5fae9eeb7a0120d466fb219aea643a94a1423d68ee9171639a44cf0329ebe7aa')
+sha256sums=('559b3d502cc1a6813cbcb0766b0797fec034303f8f9b0734cf938fb1734e2b74')
build() {
cd pikepdf-$pkgver
More information about the arch-commits
mailing list