summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPig Monkey2024-04-19 12:30:04 -0700
committerPig Monkey2024-04-19 12:30:04 -0700
commit00ca72172c42c4f16c2ad56f6f4f27ec7b496d23 (patch)
treedbac114d975b35a7a6fdce076bd00705d2d8d5d0 /PKGBUILD
parent5b49ca2addfe4cacbac51e3de02c9c3dbd04c485 (diff)
downloadaur-ocrmypdf.tar.gz
16.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad52232a77e7..5e3ceb4840d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Daniel Reuter <daniel.robin.reuter@googlemail.com>
pkgname=ocrmypdf
-pkgver=16.1.2
+pkgver=16.2.0
pkgrel=1
pkgdesc="A tool to add an OCR text layer to scanned PDF files, allowing them to be searched"
url="https://github.com/ocrmypdf/OCRmyPDF"
@@ -17,7 +17,7 @@ depends=('python>=3.9' 'img2pdf' 'python-pillow' 'tesseract' 'ghostscript' 'unpa
makedepends=('python-setuptools-scm>=7.0.5' 'python-build' 'python-installer' 'python-wheel')
optdepends=('jbig2enc: Better compression algorithm; results in smaller PDF files')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('d1f9c62b3a0cb090218e8f719d85d110bad95cb73e83dec05842652d173b0c29')
+sha256sums=('1fa2b4a8b4b6801dc66f50191fc944a438e6cd68585151326e87b87d829dff35')
install="${pkgname}.install"
build() {