summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-03-14 08:55:33 -0600
committerMark Wagie2023-03-14 08:55:33 -0600
commitf5be8358a526d1e70c7f105d35d55202e54001e7 (patch)
tree897aab30d9110b597facad4a7e6348b49fea77bf
parentf5028729e506b357071fa4533b28b96ce0e9d983 (diff)
downloadaur-f5be8358a526d1e70c7f105d35d55202e54001e7.tar.gz
2.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 71819e2919d4..b745916fd6db 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-tesserocr
pkgdesc = A simple, Pillow-friendly, Python wrapper around tesseract-ocr API using Cython
- pkgver = 2.5.2
- pkgrel = 4
+ pkgver = 2.6.0
+ pkgrel = 1
url = https://github.com/sirfz/tesserocr
arch = x86_64
license = MIT
@@ -13,7 +13,7 @@ pkgbase = python-tesserocr
depends = python
depends = leptonica
depends = tesseract
- source = https://files.pythonhosted.org/packages/source/t/tesserocr/tesserocr-2.5.2.tar.gz
- sha256sums = 9371dd3f6fe3238039c73bfe15bcaf21389f7e75f62bd530a30110149f39b2ae
+ source = https://files.pythonhosted.org/packages/source/t/tesserocr/tesserocr-2.6.0.tar.gz
+ sha256sums = 77430d272b53dacd3bdd4af5d563fdc24ae51b86fdbc9cf2e8146f29c7abc9a4
pkgname = python-tesserocr
diff --git a/PKGBUILD b/PKGBUILD
index 473b148e1fe5..f1cd46796483 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Grey Christoforo <first name at last name dot net>
pkgname=python-tesserocr
_name=${pkgname#python-}
-pkgver=2.5.2
-pkgrel=4
+pkgver=2.6.0
+pkgrel=1
pkgdesc="A simple, Pillow-friendly, Python wrapper around tesseract-ocr API using Cython"
arch=('x86_64')
url="https://github.com/sirfz/tesserocr"
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python' 'leptonica' 'tesseract')
makedepends=('cython' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('9371dd3f6fe3238039c73bfe15bcaf21389f7e75f62bd530a30110149f39b2ae')
+sha256sums=('77430d272b53dacd3bdd4af5d563fdc24ae51b86fdbc9cf2e8146f29c7abc9a4')
build() {
cd "$_name-$pkgver"