summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChrys2020-07-29 17:52:26 +0200
committerChrys2020-07-29 17:52:26 +0200
commit3e0e130b2ca060b5033b65319a2bab345562278b (patch)
treed1dda9ea43692f040e845a200470fef23f29dbeb /PKGBUILD
parent5b5a55c6a67f342e808d27a6b2fc417e44b3443d (diff)
downloadaur-3e0e130b2ca060b5033b65319a2bab345562278b.tar.gz
fix dep
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x[-rw-r--r--]PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91b0f25b1259..e3c0790913bc 100644..100755
--- 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' 'vte3')
+depends=('tesseract' 'imagemagick' 'cuneiform' 'python-sane' 'espeak' 'poppler' 'python-pyenchant' 'aspell-en' 'speech-dispatcher' 'python-gobject' 'python-cairo' 'vte3')
makedepends=('git' 'gcc')
provides=('lios')
conflicts=('lios')