summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2019-11-27 10:39:31 +0000
committerGrey Christoforo2019-11-27 10:39:31 +0000
commit937aeae54ba70215c7271e288993effeff5a51ab (patch)
tree97e2c6cccba6e598f7e6188e2d537b15d1bc3fe9
parent76313eb555bf33e72dfb54b78363c8a08b34c01a (diff)
downloadaur-937aeae54ba70215c7271e288993effeff5a51ab.tar.gz
bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4076926d518..9fce48a4cf3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-tesserocr
pkgdesc = A simple, Pillow-friendly, Python wrapper around tesseract-ocr API using Cython
- pkgver = 2.3.1
+ pkgver = 2.5.0
pkgrel = 1
url = https://github.com/sirfz/tesserocr
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/t/tesserocr/tesserocr-2.3.1.tar.gz
- md5sums = 99e2001affe861ae3a5aa2e9f233e2d7
+ source = https://files.pythonhosted.org/packages/source/t/tesserocr/tesserocr-2.5.0.tar.gz
+ md5sums = 8c620e7978f4f303f4db52918ef01f27
pkgname = python-tesserocr
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 5c0f9188eafe..1d09b85803a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-tesserocr
pkgname=('python-tesserocr' 'python2-tesserocr')
_module='tesserocr'
-pkgver=2.3.1
+pkgver=2.5.0
pkgrel=1
pkgdesc="A simple, Pillow-friendly, Python wrapper around tesseract-ocr API using Cython"
url="https://github.com/sirfz/tesserocr"
@@ -12,7 +12,7 @@ makedepends=('python-setuptools' 'python2-setuptools')
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/t/tesserocr/tesserocr-${pkgver}.tar.gz")
-md5sums=('99e2001affe861ae3a5aa2e9f233e2d7')
+md5sums=('8c620e7978f4f303f4db52918ef01f27')
prepare() {
cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}