aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIztok Fister Jr <iztok@iztok-jr-fister.eu>2023-02-27 19:26:09 +0000
committeralice <alice@ayaya.dev>2023-02-27 20:09:48 +0000
commit8b90471635506cbb3a46c84dc0c92ca8a7b7d75d (patch)
tree781629029f292d72c37150c4bce4d24f5328d6d1
parent2211bca6c014995bdfadba5a0cdf160444ed6b2c (diff)
community/py3-pdf2image: upgrade to: 1.16.3
-rw-r--r--community/py3-pdf2image/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/py3-pdf2image/APKBUILD b/community/py3-pdf2image/APKBUILD
index df2d3e03128..6f698e0bfc6 100644
--- a/community/py3-pdf2image/APKBUILD
+++ b/community/py3-pdf2image/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
# Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu>
pkgname=py3-pdf2image
-pkgver=1.16.2
+pkgver=1.16.3
pkgrel=0
pkgdesc="A python module that wraps the pdftoppm utility to convert PDF to PIL Image object"
url="https://github.com/Belval/pdf2image"
@@ -14,8 +14,8 @@ depends="
poppler-utils
"
makedepends="py3-setuptools"
-source="https://github.com/Belval/pdf2image/archive/v$pkgver/pdf2image-$pkgver.tar.gz"
-builddir="$srcdir/pdf2image-$pkgver"
+source="https://github.com/Belval/pdf2image/archive/v.$pkgver/pdf2image-$pkgver.tar.gz"
+builddir="$srcdir/pdf2image-v.$pkgver"
build() {
python3 setup.py build
@@ -30,5 +30,5 @@ package() {
}
sha512sums="
-2e074fa6231e4b089e7f144eae4d1a5f365921e011d8894647f5de1af1c22e15cc0868a186c5d9723c270ac9f218e52e720689e28bc8482fc2e5e78e0f868e13 pdf2image-1.16.2.tar.gz
+8c724307fcb7b7d1e577ac5ed76a54393a283eb3e7378762506862123af25f0ed9fda7f0309140456aab493bd75405c54195579d1d2bbaec4502861f2731e506 pdf2image-1.16.3.tar.gz
"