[arch-commits] Commit in python-pikepdf/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Jan 26 08:08:46 UTC 2022
Date: Wednesday, January 26, 2022 @ 08:08:45
Author: arojas
Revision: 1115638
Update to 4.4.1
Modified:
python-pikepdf/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-26 08:03:04 UTC (rev 1115637)
+++ PKGBUILD 2022-01-26 08:08:45 UTC (rev 1115638)
@@ -3,7 +3,7 @@
# Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
pkgname=python-pikepdf
-pkgver=4.4.0
+pkgver=4.4.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=('a10bdf7f3041d919b6cf2284cf0f387b42af227f053c4f502df92639cdcdcedc')
+sha256sums=('c25d4c7673f9588d1f98bca498db98ba675070dc89ffffe50b3b124d4a005df9')
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