summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorGrey Christoforo2018-11-27 23:10:19 +0000
committerGrey Christoforo2018-11-27 23:10:19 +0000
commit76313eb555bf33e72dfb54b78363c8a08b34c01a (patch)
tree8a0ea6d079a804a5948ec7382bebe8bbcdfec48d /.SRCINFO
downloadaur-76313eb555bf33e72dfb54b78363c8a08b34c01a.tar.gz
initial commit
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO18
1 files changed, 18 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..c4076926d518
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,18 @@
+pkgbase = python-tesserocr
+ pkgdesc = A simple, Pillow-friendly, Python wrapper around tesseract-ocr API using Cython
+ pkgver = 2.3.1
+ 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
+
+pkgname = python-tesserocr
+ depends = python
+
+pkgname = python2-tesserocr
+ depends = python2
+