summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Reichold2016-11-20 19:43:16 +0100
committerAdam Reichold2016-11-20 19:43:16 +0100
commitb37455b77452a8e594c8e7b605aa5bbd40042149 (patch)
tree4f9ba99757e55f2cc71f5a776ec565cc1baaec72
parent166ae062b2e82ba351fe7ef47616e6c3cc20ad01 (diff)
downloadaur-b37455b77452a8e594c8e7b605aa5bbd40042149.tar.gz
Rebump version, as the tag was moved due to a late bug fix
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8e01f92c81b..cf771f0e48ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Nov 20 16:37:17 UTC 2016
+# Sun Nov 20 18:42:50 UTC 2016
pkgbase = qpdfview
pkgdesc = A tabbed PDF viewer using the poppler library.
pkgver = 0.4.17beta1
- pkgrel = 1
+ pkgrel = 2
url = https://launchpad.net/qpdfview
arch = i686
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = qpdfview
optdepends = libspectre: for PostScript support (required at build time)
optdepends = djvulibre: for DjVu support (required at build time)
source = https://launchpad.net/qpdfview/trunk/0.4.17beta1/+download/qpdfview-0.4.17beta1.tar.gz
- sha256sums = a3bcc6b455c0640e95b393d6f4eabf05000ceb12f424d96f55bd3143bacc9fca
+ sha256sums = 60206c5f76410a35098e3c965552cec08cd85941776ea6f6b207d7ea63ce940f
pkgname = qpdfview
depends = libcups
diff --git a/PKGBUILD b/PKGBUILD
index a6278f077f8f..cb5ee78a6220 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=qpdfview
pkgver=0.4.17beta1
-pkgrel=1
+pkgrel=2
pkgdesc='A tabbed PDF viewer using the poppler library.'
arch=('i686' 'x86_64' 'armv7h')
url='https://launchpad.net/qpdfview'
@@ -13,7 +13,7 @@ optdepends=('texlive-bin: for shared SyncTeX parser library (required at build t
'djvulibre: for DjVu support (required at build time)')
makedepends=('qt5-tools')
source=("https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz")
-sha256sums=('a3bcc6b455c0640e95b393d6f4eabf05000ceb12f424d96f55bd3143bacc9fca')
+sha256sums=('60206c5f76410a35098e3c965552cec08cd85941776ea6f6b207d7ea63ce940f')
build() {
cd "$srcdir/$pkgname-$pkgver"