summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchrys2015-12-27 22:15:19 +0100
committerchrys2015-12-27 22:15:19 +0100
commita6eb6c22b3efd7830d84d46e5b25eed338448155 (patch)
tree6e185c08d01e40ee153fb75d0681cd729556cc63
parente2a721dc138d84573b5d89f4304c442b7d66ce81 (diff)
downloadaur-a6eb6c22b3efd7830d84d46e5b25eed338448155.tar.gz
correct license, add provice and conflict
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 560d12ebc945..09b22ffdc452 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Wed Dec 23 12:41:25 UTC 2015
+# Sun Dec 27 21:14:43 UTC 2015
pkgbase = lios-git
pkgdesc = Linux Intelligent OCR Solution is an easy to use ORC suite for tesseract and cuneiform
pkgver = 7eeed0be
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/groups/Nalin-x-Linux
arch = any
- license = LGPL
+ license = GPL3
makedepends = git
makedepends = gcc
depends = tesseract
@@ -18,7 +18,9 @@ pkgbase = lios-git
depends = python-pyenchant
depends = aspell-en
depends = speech-dispatcher
- source = https://gitlab.com/Nalin-x-Linux/lios-3.git
+ 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 07779d34cef8..9a7f8c1069db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
pkgname=lios-git
pkgver=7eeed0be
-pkgrel=1
+pkgrel=2
pkgdesc="Linux Intelligent OCR Solution is an easy to use ORC suite for tesseract and cuneiform"
arch=(any)
-license=('LGPL')
+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')
makedepends=('git' 'gcc')
-
+provides=('lios')
+conflicts=('lios')
#pkgver() {
#}