summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFalko Galperin2023-10-19 18:41:09 +0200
committerFalko Galperin2023-10-19 18:41:09 +0200
commit6adf9c3caca7770e2e883a1eae40673935caee63 (patch)
tree365db0ced6e38d8872e6dff3821ce8fe75a3a8f5 /PKGBUILD
parent14cd3df7f7b7123fad6f42df3b231dbc82dfcc9f (diff)
downloadaur-6adf9c3caca7770e2e883a1eae40673935caee63.tar.gz
update pypdfium2 to 4.22.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 58949415635b..9878ee121c5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Falko Galperin <dr (dot) asasteghof (at) gmail (dot) com>
pkgname=python-pypdfium2
-pkgver=4.21.0
+pkgver=4.22.0
pkgrel=1
pkgdesc="An ABI-level Python 3 binding to PDFium"
arch=(any)
@@ -8,7 +8,7 @@ url="https://github.com/pypdfium2-team/pypdfium2"
license=('Apache' 'BSD')
depends=('python>=3.7.0')
makedepends=('python-setuptools>=33.0.0' 'git' 'python-wheel>0.38.1' 'python-installer'
- 'python-build' 'python-toml' 'python-setuptools-scm>=3.4.3')
+ 'python-build' 'python-toml' 'python-setuptools-scm>=3.4.3' 'python-packaging')
optdepends=('python-pillow: support PIL image objects for raster graphics'
'python-numpy: support numpy arrays for raster graphics')
changelog=$pkgname.changelog.md
@@ -17,7 +17,7 @@ _ctypesgencommit="dbdcbfb102b2c78dfd4899a6812634460aaa8d4f"
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
# This is a pypdfium2-specific fork of the actual ctypesgen, hence we need to download it here.
"ctypesgen::git+https://github.com/pypdfium2-team/ctypesgen#commit=$_ctypesgencommit")
-sha256sums=("514dcd4552bea1886d93ae34bc5f611a7af358104af2774c1d7822778f539335"
+sha256sums=("c29d09b59ed65c5f27d81af9c985c89da7b10c0ac3775dfb2474a94a6d6dc850"
"SKIP") # No checksums for git sources.
build() {