summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrys2016-04-18 22:39:19 +0200
committerchrys2016-04-18 22:39:19 +0200
commitbf57f6826005825020c1f64495f6fc7828c94742 (patch)
tree7d3ed1adc645d34357f4a5ea193703f6198a3a81
parent6f80d45825a904c9ef65ca867b04650899817418 (diff)
downloadaur-bf57f6826005825020c1f64495f6fc7828c94742.tar.gz
add missing depencys python-gobject
python-cairo
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 758ba2a55a58..8f6c4cc7c5c2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=lios-git
pkgver=7eeed0be
-pkgrel=3
+pkgrel=4
pkgdesc="Linux Intelligent OCR Solution is an easy to use OCR suite for tesseract and cuneiform"
arch=(any)
license=('GPL3')
url=('https://gitlab.com/groups/Nalin-x-Linux')
source=('git+https://gitlab.com/Nalin-x-Linux/lios-3.git')
-depends=('tesseract' 'imagemagick' 'cuneiform' 'python-pyinsane' 'espeak' 'poppler' 'python-pyenchant' 'aspell-en' 'speech-dispatcher')
+depends=('tesseract' 'imagemagick' 'cuneiform' 'python-pyinsane' 'espeak' 'poppler' 'python-pyenchant' 'aspell-en' 'speech-dispatcher' 'python-gobject' 'python-cairo')
makedepends=('git' 'gcc')
provides=('lios')
conflicts=('lios')