summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Bachmann2023-01-20 22:35:33 +0100
committerTobias Bachmann2023-01-20 22:35:33 +0100
commitd699c25ee5cfb009754154b027c2475c14320bd9 (patch)
treec57cd71a03cac57857b4d145937945ac78c4275e
parent008d7ffe0dbcfd776fdd8f2dd91dd6741c7571ff (diff)
downloadaur-scantools.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01a1f9fbff15..d1ad37d22bf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.5
+ pkgver = 1.0.7
pkgrel = 1
url = https://kebekus.gitlab.io/scantools/
arch = x86_64
@@ -23,7 +23,7 @@ pkgbase = scantools
depends = poppler-qt5
depends = zopfli
optdepends = jbig2enc-git: Encode PDF files with JBIG2 (recommended)
- source = https://gitlab.com/kebekus/scantools/-/archive/1.0.5/scantools-1.0.5.tar.gz
- sha256sums = 556d76ab71b34ebfa44f216b12b409715c7f94e9e14f04205836d662ea36ad0a
+ source = https://gitlab.com/kebekus/scantools/-/archive/1.0.7/scantools-1.0.7.tar.gz
+ sha256sums = a221ddac4a4b375b530a8480e98206933f668c8d5d1d876886f75fb736c92fe2
pkgname = scantools
diff --git a/PKGBUILD b/PKGBUILD
index 35d2744d992c..7898ecf7e3ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tobias Bachmann <tobachmann@gmx.de>
pkgname=scantools
-pkgver=1.0.5
+pkgver=1.0.7
pkgrel=1
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')
@@ -10,7 +10,7 @@ depends=('qpdf' 'qt5-imageformats' 'gcc' 'graphviz' 'jbig2dec' 'libjpeg-turbo' '
makedepends=('cmake' 'doxygen' 'git')
optdepends=('jbig2enc-git: Encode PDF files with JBIG2 (recommended)')
source=("https://gitlab.com/kebekus/scantools/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('556d76ab71b34ebfa44f216b12b409715c7f94e9e14f04205836d662ea36ad0a')
+sha256sums=('a221ddac4a4b375b530a8480e98206933f668c8d5d1d876886f75fb736c92fe2')
build() {
cd ${pkgname}-${pkgver}