diff --git a/.SRCINFO b/.SRCINFO index 7a861e66..cf442bdd 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 = 17.4.2 + pkgver = 17.5.0 pkgrel = 1 url = https://github.com/ocrmypdf/OCRmyPDF install = ocrmypdf.install @@ -30,7 +30,7 @@ pkgbase = ocrmypdf depends = python-uharfbuzz depends = python-fpdf2 optdepends = jbig2enc: Better compression algorithm; results in smaller PDF files - source = https://files.pythonhosted.org/packages/source/o/ocrmypdf/ocrmypdf-17.4.2.tar.gz - sha256sums = b564557411c9a2695137cdc34e0a1a5084c5f33d7b3ef593f2659aa6a6a1c3cd + source = https://files.pythonhosted.org/packages/source/o/ocrmypdf/ocrmypdf-17.5.0.tar.gz + sha256sums = b4865cd5578614b69e759862035d66fa0a31c20bdad35dfa03b9322751f8d552 pkgname = ocrmypdf diff --git a/PKGBUILD b/PKGBUILD index c5da1266..3ecc26a0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Daniel Reuter pkgname=ocrmypdf -pkgver=17.4.2 +pkgver=17.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" @@ -17,7 +17,7 @@ depends=('python>=3.9' 'img2pdf' 'python-pillow' 'tesseract' 'ghostscript' 'unpa 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=('b564557411c9a2695137cdc34e0a1a5084c5f33d7b3ef593f2659aa6a6a1c3cd') +sha256sums=('b4865cd5578614b69e759862035d66fa0a31c20bdad35dfa03b9322751f8d552') install="${pkgname}.install" build() { -- 2.51.2 From e20d5d1f3b8384f6373344c7e14337a33d261ad1 Mon Sep 17 00:00:00 2001 From: Pig Monkey Date: Fri, 12 Jun 2026 18:01:34 -0700 Subject: [PATCH 2/2] 17.6.0 --- .SRCINFO | 6 +++--- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index cf442bdd..ee883b4a 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 = 17.5.0 + pkgver = 17.6.0 pkgrel = 1 url = https://github.com/ocrmypdf/OCRmyPDF install = ocrmypdf.install @@ -30,7 +30,7 @@ pkgbase = ocrmypdf depends = python-uharfbuzz depends = python-fpdf2 optdepends = jbig2enc: Better compression algorithm; results in smaller PDF files - source = https://files.pythonhosted.org/packages/source/o/ocrmypdf/ocrmypdf-17.5.0.tar.gz - sha256sums = b4865cd5578614b69e759862035d66fa0a31c20bdad35dfa03b9322751f8d552 + source = https://files.pythonhosted.org/packages/source/o/ocrmypdf/ocrmypdf-17.6.0.tar.gz + sha256sums = 2ae7b09363774f0b4ae786520980e168c4dfafd3c43556dc123db0041c68ed43 pkgname = ocrmypdf diff --git a/PKGBUILD b/PKGBUILD index 3ecc26a0..a4d91807 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Daniel Reuter pkgname=ocrmypdf -pkgver=17.5.0 +pkgver=17.6.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-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=('b4865cd5578614b69e759862035d66fa0a31c20bdad35dfa03b9322751f8d552') +sha256sums=('2ae7b09363774f0b4ae786520980e168c4dfafd3c43556dc123db0041c68ed43') install="${pkgname}.install" build() {