summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChrys2023-05-11 13:36:24 +0200
committerChrys2023-05-11 13:36:24 +0200
commit01167546bb26cf9a0cc47f91ff7bc6cbcfd3554b (patch)
tree3efb9626a3802c07afca4b4bb3ccb94e6363320d /PKGBUILD
parent3e0e130b2ca060b5033b65319a2bab345562278b (diff)
downloadaur-01167546bb26cf9a0cc47f91ff7bc6cbcfd3554b.tar.gz
replace espeak with espeak-ng and gst-plugins-base-libs as dependency
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e3c0790913bc..f4c1e6db5646 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=lios-git
pkgver=7eeed0be
-pkgrel=5
+pkgrel=6
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-sane' 'espeak' 'poppler' 'python-pyenchant' 'aspell-en' 'speech-dispatcher' 'python-gobject' 'python-cairo' 'vte3')
+depends=('tesseract' 'imagemagick' 'cuneiform' 'python-sane' 'espeak-ng' 'poppler' 'python-pyenchant' 'aspell-en' 'speech-dispatcher' 'python-gobject' 'python-cairo' 'vte3' 'gst-plugins-base-libs')
makedepends=('git' 'gcc')
provides=('lios')
conflicts=('lios')