summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrys2016-09-02 16:30:55 +0200
committerchrys2016-09-02 16:30:55 +0200
commit30c838eef772164effe733002f435070cdd9880d (patch)
tree4e93fc7e6202615b934e860c25020a87dc954c4d
parentba2b8fe747770b08746bc4a5d08ee59159fcb3e4 (diff)
downloadaur-30c838eef772164effe733002f435070cdd9880d.tar.gz
add vte3 dep
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 317ea3b3118d..ac91228ada8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon May 9 16:24:39 UTC 2016
+# Fri Sep 2 14:30:32 UTC 2016
pkgbase = lios-git
pkgdesc = Linux Intelligent OCR Solution is an easy to use OCR suite for tesseract and cuneiform
pkgver = 7eeed0be
@@ -20,6 +20,7 @@ pkgbase = lios-git
depends = speech-dispatcher
depends = python-gobject
depends = python-cairo
+ depends = vte3
provides = lios
conflicts = lios
source = git+https://gitlab.com/Nalin-x-Linux/lios-3.git
diff --git a/PKGBUILD b/PKGBUILD
index dcd23d681d38..844157746480 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ 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' 'python-gobject' 'python-cairo')
+depends=('tesseract' 'imagemagick' 'cuneiform' 'python-pyinsane' 'espeak' 'poppler' 'python-pyenchant' 'aspell-en' 'speech-dispatcher' 'python-gobject' 'python-cairo' 'vte3')
makedepends=('git' 'gcc')
provides=('lios')
conflicts=('lios')