summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChrys2023-05-11 13:36:24 +0200
committerChrys2023-05-11 13:36:24 +0200
commit01167546bb26cf9a0cc47f91ff7bc6cbcfd3554b (patch)
tree3efb9626a3802c07afca4b4bb3ccb94e6363320d
parent3e0e130b2ca060b5033b65319a2bab345562278b (diff)
downloadaur-lios-git.tar.gz
replace espeak with espeak-ng and gst-plugins-base-libs as dependency
-rwxr-xr-x.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 082b47e40578..4cefa337e0bb 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lios-git
pkgdesc = Linux Intelligent OCR Solution is an easy to use OCR suite for tesseract and cuneiform
pkgver = 7eeed0be
- pkgrel = 5
+ pkgrel = 6
url = https://gitlab.com/groups/Nalin-x-Linux
arch = any
license = GPL3
@@ -11,7 +11,7 @@ pkgbase = lios-git
depends = imagemagick
depends = cuneiform
depends = python-sane
- depends = espeak
+ depends = espeak-ng
depends = poppler
depends = python-pyenchant
depends = aspell-en
@@ -19,10 +19,10 @@ pkgbase = lios-git
depends = python-gobject
depends = python-cairo
depends = vte3
+ depends = gst-plugins-base-libs
provides = lios
conflicts = lios
source = git+https://gitlab.com/Nalin-x-Linux/lios-3.git
md5sums = SKIP
pkgname = lios-git
-
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')