summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8510696ae31e..47e2d703857e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qpdftools
pkgdesc = Qpdf Tools is an easy-to-use Qt interface for Ghostscript and Stapler
- pkgver = 1.4
+ pkgver = 1.5
pkgrel = 1
epoch = 0
url = https://github.com/silash35/qpdftools
@@ -14,8 +14,8 @@ pkgbase = qpdftools
depends = breeze-icons
provides = qpdftools
conflicts = qpdftools-git
- source = https://github.com/silash35/qpdftools/archive/v1.4.tar.gz
- md5sums = a1b92464530b54fb87646ddf25105532
+ source = https://github.com/silash35/qpdftools/archive/v1.5.tar.gz
+ md5sums = 1028ff22550beee23cb35d8718286a4d
pkgname = qpdftools
diff --git a/PKGBUILD b/PKGBUILD
index b985509d4725..a01bd1ad9702 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Silas Henrique <silash35@gmail.com>
pkgname=qpdftools
-pkgver=1.4
+pkgver=1.5
pkgrel=1
epoch=0
pkgdesc="Qpdf Tools is an easy-to-use Qt interface for Ghostscript and Stapler"
@@ -13,7 +13,7 @@ provides=('qpdftools')
conflicts=('qpdftools-git')
source=("https://github.com/silash35/qpdftools/archive/v$pkgver.tar.gz")
-md5sums=('a1b92464530b54fb87646ddf25105532')
+md5sums=('1028ff22550beee23cb35d8718286a4d')
build() {
cd qpdftools-$pkgver