summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2019-04-14 14:45:25 +0200
committerTobias Bachmann2019-04-14 14:45:25 +0200
commit0bf93c6240beb1916cee1a19573671aae83784bd (patch)
treebe30b67713082470cf2efde705056fd5d8469441
parent9d2a76065d119a66a3eb69100888fa3a30c9d4b9 (diff)
downloadaur-0bf93c6240beb1916cee1a19573671aae83784bd.tar.gz
Fixed dependencies
-rw-r--r--.SRCINFO23
-rw-r--r--PKGBUILD6
2 files changed, 15 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27e43ebb7c6e..b117932a58f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,25 @@
pkgbase = scantools
pkgdesc = scantools is a library and a matching set of command line applications for graphics manipulation, written with a view towards the handling of scanned documents and generation of high-quality PDF files.
pkgver = 0.6.4
- pkgrel = 1
+ pkgrel = 2
url = https://cplx.vm.uni-freiburg.de/scantools/
arch = x86_64
license = GPL
makedepends = cmake
makedepends = doxygen
- makedepends = gcc
makedepends = git
- makedepends = graphviz
- makedepends = jbig2dec
- makedepends = libjpeg-turbo
- makedepends = libtiff
- makedepends = openjpeg2
- makedepends = tesseract
- makedepends = qpdf
- makedepends = qt5-base
- makedepends = zlib
+ depends = qpdf
depends = qt5-imageformats
+ depends = gcc
+ depends = graphviz
+ depends = jbig2dec
+ depends = libjpeg-turbo
+ depends = libtiff
+ depends = openjpeg2
+ depends = tesseract
+ depends = qpdf
+ depends = qt5-base
+ depends = zlib
source = https://gitlab.com/kebekus/scantools/-/archive/0.6.4/scantools-0.6.4.tar.gz
sha256sums = 154b9c4da5f4d08bdaac5bf740f07fcb20e19028fd0c429d85636cbba7ed4071
diff --git a/PKGBUILD b/PKGBUILD
index 26822f3d73c3..bee1f26d32f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=scantools
pkgver=0.6.4
-pkgrel=1
+pkgrel=2
pkgdesc="scantools is a library and a matching set of command line applications for graphics manipulation, written with a view towards the handling of scanned documents and generation of high-quality PDF files."
arch=('x86_64')
url="https://cplx.vm.uni-freiburg.de/scantools/"
license=('GPL')
-depends=('qt5-imageformats')
-makedepends=('cmake' 'doxygen' 'gcc' 'git' 'graphviz' 'jbig2dec' 'libjpeg-turbo' 'libtiff' 'openjpeg2' 'tesseract' 'qpdf' 'qt5-base' 'zlib')
+depends=('qpdf' 'qt5-imageformats' 'gcc' 'graphviz' 'jbig2dec' 'libjpeg-turbo' 'libtiff' 'openjpeg2' 'tesseract' 'qpdf' 'qt5-base' 'zlib')
+makedepends=('cmake' 'doxygen' 'git')
source=("https://gitlab.com/kebekus/scantools/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('154b9c4da5f4d08bdaac5bf740f07fcb20e19028fd0c429d85636cbba7ed4071')