summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFalko Galperin2024-03-10 20:53:57 +0100
committerFalko Galperin2024-03-10 20:53:57 +0100
commit87fa07ca2091cd55ba45dbc8ff28fec3c282619d (patch)
tree29a0ae748b9bd4da468350c8fa742f06717d96cf /PKGBUILD
parent5ad50c6a8c62f77eb7bdab10e85fa7ed764f90f3 (diff)
downloadaur-87fa07ca2091cd55ba45dbc8ff28fec3c282619d.tar.gz
update pypdfium2 to 4.28.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 903014d055b0..bdba831da464 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Falko Galperin <dr (dot) asasteghof (at) gmail (dot) com>
pkgname=python-pypdfium2
-pkgver=4.27.0
+pkgver=4.28.0
pkgrel=1
# Notice should always be explicitly included in the description, according to pypdfium2's README.
pkgdesc="An ABI-level Python 3 binding to PDFium (unofficial AUR package)"
@@ -14,11 +14,11 @@ optdepends=('python-pillow: support PIL image objects for raster graphics'
'python-numpy: support numpy arrays for raster graphics')
changelog=$pkgname.changelog.md
_name=${pkgname#python-}
-_ctypesgencommit="a5c3b0c16a7e343c724a7952288339fb02ed495c"
+_ctypesgencommit="066e6d226b79518af51c76eb5c2dadc6518dc81b"
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=("1ff6ac30b98850558c0d163e37fdb868f683b1b2e8ae734072138571a0546222"
+sha256sums=("1f18981bcceb3a9e59c6de3e4e7e070cddc4de1f7faf419d9ad5f677b06fd909"
"SKIP") # No checksums for git sources.
build() {