Skip to content

Commit

Permalink
upgpkg: ocrmypdf 16.5.0-1
Browse files Browse the repository at this point in the history
upstream release

Merge subtree 'ocrmypdf'
  • Loading branch information
mutantmonkey committed Sep 1, 2024
2 parents c467f70 + 2d68792 commit 7b4d9d3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions ocrmypdf/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
pkgbase = ocrmypdf
pkgdesc = A tool to add an OCR text layer to scanned PDF files, allowing them to be searched
pkgver = 16.4.3
pkgver = 16.5.0
pkgrel = 1
url = https://github.com/ocrmypdf/OCRmyPDF
install = ocrmypdf.install
arch = any
license = MPL2
makedepends = python-setuptools-scm>=7.0.5
makedepends = python-hatch-vcs
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
Expand All @@ -27,7 +27,7 @@ pkgbase = ocrmypdf
depends = python-packaging
depends = python-deprecation
optdepends = jbig2enc: Better compression algorithm; results in smaller PDF files
source = https://files.pythonhosted.org/packages/source/o/ocrmypdf/ocrmypdf-16.4.3.tar.gz
sha256sums = 16116ca548bfb0c6f6e7c675e289449584a5024760f3ca0c7ecaa7685f5109ba
source = https://files.pythonhosted.org/packages/source/o/ocrmypdf/ocrmypdf-16.5.0.tar.gz
sha256sums = cd96bddfb3a986be7bf7857757919332e1db5dab780eb7b321fdea38f60127ac

pkgname = ocrmypdf
6 changes: 3 additions & 3 deletions ocrmypdf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Contributor: Daniel Reuter <daniel.robin.reuter@googlemail.com>

pkgname=ocrmypdf
pkgver=16.4.3
pkgver=16.5.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"
Expand All @@ -14,10 +14,10 @@ license=(MPL2)
# NOTICE: The number of dependencies we rely on is *very high*. If the program does not run after an upgrade, make sure all your deps are upgraded, especially AUR deps!
depends=('python>=3.9' 'img2pdf' 'python-pillow' 'tesseract' 'ghostscript' 'unpaper' 'pngquant' 'python-pikepdf' 'python-reportlab' 'python-pdfminer' 'python-tqdm' 'python-pluggy' 'python-rich' 'python-importlib_resources' 'python-packaging' 'python-deprecation')

makedepends=('python-setuptools-scm>=7.0.5' 'python-build' 'python-installer' 'python-wheel')
makedepends=('python-hatch-vcs' '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=('16116ca548bfb0c6f6e7c675e289449584a5024760f3ca0c7ecaa7685f5109ba')
sha256sums=('cd96bddfb3a986be7bf7857757919332e1db5dab780eb7b321fdea38f60127ac')
install="${pkgname}.install"

build() {
Expand Down

0 comments on commit 7b4d9d3

Please sign in to comment.