summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuliette Monsel2021-06-24 15:34:03 +0200
committerJuliette Monsel2021-06-24 15:34:03 +0200
commit79e50421d0c4d2c1d284a0c9d769896cb703ca89 (patch)
tree519f14d290ca7e0d2daf5b910610b311536ce4dc
parent66fe42926cc5e24efd09c143238533f37e07b014 (diff)
downloadaur-79e50421d0c4d2c1d284a0c9d769896cb703ca89.tar.gz
New upstream release - v1.16.0
-rwxr-xr-x.SRCINFO9
-rwxr-xr-xPKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4365e9563bbb..86210faa5a00 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pdf2image
- pkgdesc = Convert PDF to a PIL Image list
- pkgver = 1.14.0
+ pkgdesc = Python wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list
+ pkgver = 1.16.0
pkgrel = 1
url = https://github.com/Belval/pdf2image
arch = any
@@ -9,8 +9,7 @@ pkgbase = python-pdf2image
depends = python
depends = python-pillow
depends = poppler
- source = python-pdf2image-1.14.0.tar.gz::https://github.com/Belval/pdf2image/archive/v1.14.0.tar.gz
- sha512sums = acd3afe6068325bd5b6b8751cc5a7cf261333d53f198cca0ed2285a5cf5d31619a8620d1b1793e605ef0b490eb43b5390d406cbdcaa5b649bafe65f997d0a7fc
+ source = python-pdf2image-1.16.0.tar.gz::https://github.com/Belval/pdf2image/archive/v1.16.0.tar.gz
+ sha512sums = fa5f5952620fc3de128c2d5fe11b7b0c5d3fce87e6eb65ffd898d374b7d6b9b445a81f686bce90b7d91e2532de6b7dfb8bc1e153840f04502bbe122646b4b3a8
pkgname = python-pdf2image
-
diff --git a/PKGBUILD b/PKGBUILD
index 44a3c12686dd..dd67a27b172e 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Juliette Monsel <j_4321 at protonmail dot com>
pkgname=python-pdf2image
_name=pdf2image
-pkgver=1.14.0
+pkgver=1.16.0
pkgrel=1
-pkgdesc="Convert PDF to a PIL Image list"
+pkgdesc="Python wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list"
url="https://github.com/Belval/${_name}"
arch=('any')
license=('MIT')
depends=('python' 'python-pillow' 'poppler')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Belval/${_name}/archive/v${pkgver}.tar.gz")
-sha512sums=('acd3afe6068325bd5b6b8751cc5a7cf261333d53f198cca0ed2285a5cf5d31619a8620d1b1793e605ef0b490eb43b5390d406cbdcaa5b649bafe65f997d0a7fc')
+sha512sums=('fa5f5952620fc3de128c2d5fe11b7b0c5d3fce87e6eb65ffd898d374b7d6b9b445a81f686bce90b7d91e2532de6b7dfb8bc1e153840f04502bbe122646b4b3a8')
build() {
cd "$srcdir/${_name}-${pkgver}"