summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorchrys2016-05-09 18:24:36 +0200
committerchrys2016-05-09 18:24:36 +0200
commit3844f8e43abb12f2e8e48347964077402f3bfa81 (patch)
tree71c7aea1d1b72e1179586bd9ca00f563ee99b71b /PKGBUILD
parent38449feb97e85f4913abd047767a1e13a24a49c9 (diff)
downloadaur-3844f8e43abb12f2e8e48347964077402f3bfa81.tar.gz
fix array error
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f6c4cc7c5c2..dcd23d681d38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ 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')
+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')
makedepends=('git' 'gcc')