Skip to content

Commit f27fc7a

Browse files
committed
upgpkg: ocrmypdf 16.11.1-1
upstream release Merge subtree 'ocrmypdf'
2 parents 5cb1308 + 5db76ba commit f27fc7a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

ocrmypdf/.SRCINFO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pkgbase = ocrmypdf
22
pkgdesc = A tool to add an OCR text layer to scanned PDF files, allowing them to be searched
3-
pkgver = 16.11.0
3+
pkgver = 16.11.1
44
pkgrel = 1
55
url = https://github.com/ocrmypdf/OCRmyPDF
66
install = ocrmypdf.install
@@ -27,7 +27,7 @@ pkgbase = ocrmypdf
2727
depends = python-packaging
2828
depends = python-deprecation
2929
optdepends = jbig2enc: Better compression algorithm; results in smaller PDF files
30-
source = https://files.pythonhosted.org/packages/source/o/ocrmypdf/ocrmypdf-16.11.0.tar.gz
31-
sha256sums = d89077e503238dac35c6e565925edc8d98b71e5289853c02cacbc1d0901f1be7
30+
source = https://files.pythonhosted.org/packages/source/o/ocrmypdf/ocrmypdf-16.11.1.tar.gz
31+
sha256sums = 838ab69e0ee0f04feea0d5861a17badecab6d3beaed0e29a97058eadda58cbb1
3232

3333
pkgname = ocrmypdf

ocrmypdf/PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Contributor: Daniel Reuter <[email protected]>
66

77
pkgname=ocrmypdf
8-
pkgver=16.11.0
8+
pkgver=16.11.1
99
pkgrel=1
1010
pkgdesc="A tool to add an OCR text layer to scanned PDF files, allowing them to be searched"
1111
url="https://github.com/ocrmypdf/OCRmyPDF"
@@ -17,7 +17,7 @@ depends=('python>=3.9' 'img2pdf' 'python-pillow' 'tesseract' 'ghostscript' 'unpa
1717
makedepends=('python-hatch-vcs' 'python-build' 'python-installer' 'python-wheel')
1818
optdepends=('jbig2enc: Better compression algorithm; results in smaller PDF files')
1919
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
20-
sha256sums=('d89077e503238dac35c6e565925edc8d98b71e5289853c02cacbc1d0901f1be7')
20+
sha256sums=('838ab69e0ee0f04feea0d5861a17badecab6d3beaed0e29a97058eadda58cbb1')
2121
install="${pkgname}.install"
2222

2323
build() {

0 commit comments

Comments
 (0)