summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVampireSH2017-03-29 22:48:51 +0800
committerVampireSH2017-03-29 22:48:51 +0800
commitf29c4e368a0717689c6e8685024c7ef6eaf45f00 (patch)
tree334fc31f93615680878119c3ee763c751029f86e
parent88222a1265b984fc852d2877e65e05345eee3353 (diff)
downloadaur-f29c4e368a0717689c6e8685024c7ef6eaf45f00.tar.gz
fix depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbf7b99c9f63..0d44da04eb5e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Wed Mar 29 14:13:03 UTC 2017
+# Wed Mar 29 14:48:43 UTC 2017
pkgbase = python-pytesseract-git
pkgdesc = A Python wrapper for Google Tesseract
pkgver = 17ba5c2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/madmaze/pytesseract
arch = any
license = GPL3
depends = python
+ depends = tesseract
source = git+https://github.com/madmaze/pytesseract.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 80b1db609878..ab8d51d73f01 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=python-pytesseract-git
_pkgname=pytesseract
pkgver=17ba5c2
-pkgrel=1
+pkgrel=2
pkgdesc="A Python wrapper for Google Tesseract"
arch=('any')
url="https://github.com/madmaze/pytesseract"
license=("GPL3")
-depends=('python')
+depends=('python' 'tesseract')
source=("git+https://github.com/madmaze/${_pkgname}.git")
pkgver() {