From eef3a43b50d103f64d119458c2cb36dd32074da0 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Tue, 21 May 2024 08:33:36 -0700 Subject: [PATCH 1/2] 16.3.1 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 8eeb931f8..aec9b46de 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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.3.1 pkgrel = 1 url = https://github.com/ocrmypdf/OCRmyPDF install = ocrmypdf.install @@ -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.3.1.tar.gz + sha256sums = 6f872acada73757588f1d1d94f76474166addedc7d72b07faa9101be074bf590 pkgname = ocrmypdf diff --git a/PKGBUILD b/PKGBUILD index 5e3ceb484..b0b223cc5 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Daniel Reuter pkgname=ocrmypdf -pkgver=16.2.0 +pkgver=16.3.1 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=('1fa2b4a8b4b6801dc66f50191fc944a438e6cd68585151326e87b87d829dff35') +sha256sums=('6f872acada73757588f1d1d94f76474166addedc7d72b07faa9101be074bf590') install="${pkgname}.install" build() { From c867006f31f0dacbae8fe9ea02c9a5194f7d4400 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Thu, 20 Jun 2024 15:35:07 -0700 Subject: [PATCH 2/2] 16.4.0 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index aec9b46de..cfbc89132 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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.3.1 + pkgver = 16.4.0 pkgrel = 1 url = https://github.com/ocrmypdf/OCRmyPDF install = ocrmypdf.install @@ -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.3.1.tar.gz - sha256sums = 6f872acada73757588f1d1d94f76474166addedc7d72b07faa9101be074bf590 + source = https://files.pythonhosted.org/packages/source/o/ocrmypdf/ocrmypdf-16.4.0.tar.gz + sha256sums = b3095ace227ac2915f7c59b2d99267e2017668152376d152cd65280425646c9d pkgname = ocrmypdf diff --git a/PKGBUILD b/PKGBUILD index b0b223cc5..554fde5e0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Daniel Reuter pkgname=ocrmypdf -pkgver=16.3.1 +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" @@ -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=('6f872acada73757588f1d1d94f76474166addedc7d72b07faa9101be074bf590') +sha256sums=('b3095ace227ac2915f7c59b2d99267e2017668152376d152cd65280425646c9d') install="${pkgname}.install" build() {