[arch-commits] Commit in python-pikepdf/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Apr 27 14:24:36 UTC 2021
Date: Tuesday, April 27, 2021 @ 14:24:36
Author: arojas
Revision: 924804
Update to 2.11.3
Modified:
python-pikepdf/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-04-27 14:13:23 UTC (rev 924803)
+++ PKGBUILD 2021-04-27 14:24:36 UTC (rev 924804)
@@ -3,7 +3,7 @@
# Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
pkgname=python-pikepdf
-pkgver=2.11.2
+pkgver=2.11.3
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=('0958a07ebf12d62427babadd6a922409cb358d0415a5219a9269d8fab2aa487e')
+sha256sums=('3b99a9a59ad329c400005e5232cc4a227a8ac1dfa964b628c704780491cae0fc')
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