[arch-commits] Commit in python-pikepdf/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Jun 10 13:45:20 UTC 2022
Date: Friday, June 10, 2022 @ 13:45:20
Author: arojas
Revision: 1230075
Update to 5.1.5
Modified:
python-pikepdf/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-10 13:41:15 UTC (rev 1230074)
+++ PKGBUILD 2022-06-10 13:45:20 UTC (rev 1230075)
@@ -3,9 +3,8 @@
# Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
pkgname=python-pikepdf
-pkgver=5.1.4
+pkgver=5.1.5
pkgrel=1
-_commit=caaf1119784b32f8b68d26b2c05a8fc2bea5ad89
pkgdesc='Read and write PDFs with Python, powered by qpdf'
arch=(x86_64)
url='https://github.com/pikepdf/pikepdf'
@@ -14,7 +13,7 @@
depends=(python-lxml python-pillow qpdf)
checkdepends=(python-pytest-xdist python-hypothesis)
source=(https://pypi.python.org/packages/source/p/pikepdf/pikepdf-$pkgver.tar.gz)
-sha256sums=('a740c0c14c8bb05221d6d7f87d20f186f50907b2b114531177b0d5733d6c01fd')
+sha256sums=('0af747f989d0de8302e6e58e3da4c38d230bad6138b1cbb8dc6838e16285e63f')
build() {
cd pikepdf-$pkgver
More information about the arch-commits
mailing list