[arch-commits] Commit in python-pikepdf/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Jan 27 20:21:05 UTC 2021


    Date: Wednesday, January 27, 2021 @ 20:21:05
  Author: arojas
Revision: 832341

Update to 2.5.0

Modified:
  python-pikepdf/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-27 20:02:33 UTC (rev 832340)
+++ PKGBUILD	2021-01-27 20:21:05 UTC (rev 832341)
@@ -3,16 +3,16 @@
 # Contributor: Stephan Eisvogel <eisvogel at embinet dot de>
 
 pkgname=python-pikepdf
-pkgver=2.4.0
+pkgver=2.5.0
 pkgrel=1
 pkgdesc='Read and write PDFs with Python, powered by qpdf'
 arch=(x86_64)
 url='https://github.com/pikepdf/pikepdf'
 license=(MPL2)
-makedepends=(pybind11 python-setuptools)
+makedepends=(pybind11 python-setuptools python-pip)
 depends=(python-lxml python-pillow qpdf)
 source=($pkgname-$pkgver.tar.gz::"https://github.com/pikepdf/pikepdf/archive/v$pkgver.tar.gz")
-sha256sums=('8eb1d1887a056c4805a5286b64c48e538e01dda83f15423ef6a0555924bcf19a')
+sha256sums=('001b96cb911970f4351bbb32927f5e2ddec03aa33338223b1ae345c9abca8a14')
 
 build() {
   cd pikepdf-$pkgver



More information about the arch-commits mailing list