diff --git a/ocrmypdf/.SRCINFO b/ocrmypdf/.SRCINFO index 308c6c58f..93cd5848a 100644 --- a/ocrmypdf/.SRCINFO +++ b/ocrmypdf/.SRCINFO @@ -1,12 +1,12 @@ pkgbase = ocrmypdf pkgdesc = A tool to add an OCR text layer to scanned PDF files, allowing them to be searched - pkgver = 16.4.3 + pkgver = 16.5.0 pkgrel = 1 url = https://github.com/ocrmypdf/OCRmyPDF install = ocrmypdf.install arch = any license = MPL2 - makedepends = python-setuptools-scm>=7.0.5 + makedepends = python-hatch-vcs makedepends = python-build makedepends = python-installer makedepends = python-wheel @@ -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.4.3.tar.gz - sha256sums = 16116ca548bfb0c6f6e7c675e289449584a5024760f3ca0c7ecaa7685f5109ba + source = https://files.pythonhosted.org/packages/source/o/ocrmypdf/ocrmypdf-16.5.0.tar.gz + sha256sums = cd96bddfb3a986be7bf7857757919332e1db5dab780eb7b321fdea38f60127ac pkgname = ocrmypdf diff --git a/ocrmypdf/PKGBUILD b/ocrmypdf/PKGBUILD index 22f057b93..7a4ce045b 100644 --- a/ocrmypdf/PKGBUILD +++ b/ocrmypdf/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: Daniel Reuter pkgname=ocrmypdf -pkgver=16.4.3 +pkgver=16.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" @@ -14,10 +14,10 @@ license=(MPL2) # NOTICE: The number of dependencies we rely on is *very high*. If the program does not run after an upgrade, make sure all your deps are upgraded, especially AUR deps! depends=('python>=3.9' 'img2pdf' 'python-pillow' 'tesseract' 'ghostscript' 'unpaper' 'pngquant' 'python-pikepdf' 'python-reportlab' 'python-pdfminer' 'python-tqdm' 'python-pluggy' 'python-rich' 'python-importlib_resources' 'python-packaging' 'python-deprecation') -makedepends=('python-setuptools-scm>=7.0.5' 'python-build' 'python-installer' 'python-wheel') +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=('16116ca548bfb0c6f6e7c675e289449584a5024760f3ca0c7ecaa7685f5109ba') +sha256sums=('cd96bddfb3a986be7bf7857757919332e1db5dab780eb7b321fdea38f60127ac') install="${pkgname}.install" build() {