Skip to content

Commit

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

Merge subtree 'ocrmypdf'
  • Loading branch information
mutantmonkey committed Jun 27, 2024
2 parents b33cd4c + c867006 commit 3f4236e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions ocrmypdf/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = ocrmypdf
pkgdesc = A tool to add an OCR text layer to scanned PDF files, allowing them to be searched
pkgver = 16.2.0
pkgver = 16.4.0
pkgrel = 1
url = https://github.com/ocrmypdf/OCRmyPDF
install = ocrmypdf.install
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.2.0.tar.gz
sha256sums = 1fa2b4a8b4b6801dc66f50191fc944a438e6cd68585151326e87b87d829dff35
source = https://files.pythonhosted.org/packages/source/o/ocrmypdf/ocrmypdf-16.4.0.tar.gz
sha256sums = b3095ace227ac2915f7c59b2d99267e2017668152376d152cd65280425646c9d

pkgname = ocrmypdf
4 changes: 2 additions & 2 deletions ocrmypdf/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Contributor: Daniel Reuter <[email protected]>

pkgname=ocrmypdf
pkgver=16.2.0
pkgver=16.4.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 @@ -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=('1fa2b4a8b4b6801dc66f50191fc944a438e6cd68585151326e87b87d829dff35')
sha256sums=('b3095ace227ac2915f7c59b2d99267e2017668152376d152cd65280425646c9d')
install="${pkgname}.install"

build() {
Expand Down

0 comments on commit 3f4236e

Please sign in to comment.