diff --git a/.SRCINFO b/.SRCINFO index 5323fef0..7a861e66 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.1 + pkgver = 17.4.2 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.1.tar.gz - sha256sums = f4013df8ce5e6a6670e942999de304f2f0d671a8131bc7e6a1779c071041a587 + source = https://files.pythonhosted.org/packages/source/o/ocrmypdf/ocrmypdf-17.4.2.tar.gz + sha256sums = b564557411c9a2695137cdc34e0a1a5084c5f33d7b3ef593f2659aa6a6a1c3cd pkgname = ocrmypdf diff --git a/PKGBUILD b/PKGBUILD index 9b29233d..c5da1266 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Daniel Reuter pkgname=ocrmypdf -pkgver=17.4.1 +pkgver=17.4.2 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=('f4013df8ce5e6a6670e942999de304f2f0d671a8131bc7e6a1779c071041a587') +sha256sums=('b564557411c9a2695137cdc34e0a1a5084c5f33d7b3ef593f2659aa6a6a1c3cd') install="${pkgname}.install" build() {