summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVampireSH2017-03-29 22:48:51 +0800
committerVampireSH2017-03-29 22:48:51 +0800
commitf29c4e368a0717689c6e8685024c7ef6eaf45f00 (patch)
tree334fc31f93615680878119c3ee763c751029f86e /PKGBUILD
parent88222a1265b984fc852d2877e65e05345eee3353 (diff)
downloadaur-f29c4e368a0717689c6e8685024c7ef6eaf45f00.tar.gz
fix depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {