[arch-commits] Commit in python-pikepdf/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Fri Nov 27 19:35:22 UTC 2020
Date: Friday, November 27, 2020 @ 19:35:22
Author: arojas
Revision: 764612
Update to 2.2.0
Modified:
python-pikepdf/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-27 18:58:57 UTC (rev 764611)
+++ PKGBUILD 2020-11-27 19:35:22 UTC (rev 764612)
@@ -3,8 +3,8 @@
# Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
pkgname=python-pikepdf
-pkgver=2.1.2
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
pkgdesc='Read and write PDFs with Python, powered by qpdf'
arch=(x86_64)
url='https://github.com/pikepdf/pikepdf'
@@ -12,7 +12,7 @@
makedepends=(pybind11 python-setuptools)
depends=(python-lxml python-pillow qpdf)
source=($pkgname-$pkgver.tar.gz::"https://github.com/pikepdf/pikepdf/archive/v$pkgver.tar.gz")
-sha256sums=('e98e6a4e5d431cdd2e6bd1d68520efe6fe7b91050deee298d44f6fadfc811c7c')
+sha256sums=('1db63e03a7345354bac6d42b6bd69220dc58d9c4c105cc18471c5acfccea3f62')
build() {
cd pikepdf-$pkgver
More information about the arch-commits
mailing list