summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2020-05-22 20:23:29 +0200
committerTobias Bachmann2020-05-22 20:23:29 +0200
commit91a0492d6b0a3716a30e61c08a033ea7cde1bd63 (patch)
tree6161fd1ddd2af9c2e9e0f9bb9429584aa1408d25
parent06a64fa17aa6e78c57c39aad39dbd53a7b3fc1fa (diff)
downloadaur-91a0492d6b0a3716a30e61c08a033ea7cde1bd63.tar.gz
Version bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1678da4a2ee0..f8f4ad4df306 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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 = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://cplx.vm.uni-freiburg.de/scantools/
arch = x86_64
license = GPL
@@ -20,6 +20,7 @@ pkgbase = scantools
depends = qpdf
depends = qt5-base
depends = zlib
+ depends = poppler-qt5
source = https://gitlab.com/kebekus/scantools/-/archive/1.0.0/scantools-1.0.0.tar.gz
sha256sums = 359d18bf4a35031532e0a7173c291943e63811244105e8bb1c58baebbffe8473
diff --git a/PKGBUILD b/PKGBUILD
index d528acb44b86..5b27b139aaf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=scantools
pkgver=1.0.0
-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=('qpdf' 'qt5-imageformats' 'gcc' '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' 'poppler-qt5')
makedepends=('cmake' 'doxygen' 'git')
source=("https://gitlab.com/kebekus/scantools/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('359d18bf4a35031532e0a7173c291943e63811244105e8bb1c58baebbffe8473')