summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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() {