summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormato7d52017-01-29 22:17:08 +0100
committermato7d52017-01-29 22:17:08 +0100
commite6b3a15147a6558dc29d6effd5f199186750ebcc (patch)
tree7dd68aa9b41c9c960bacbf4a46387ca8ab195d92
parentc592f6c319704aac8ad23c9cf96d4ffdf509db63 (diff)
downloadaur-e6b3a15147a6558dc29d6effd5f199186750ebcc.tar.gz
version 0.3.0
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8625f9ac49f..2ad7ebc81d7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qpdfwalker
pkgname=qpdfwalker
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc="Tool for browsing hierarchy of low level objects in a PDF file."
arch=('i686' 'x86_64')
@@ -20,7 +20,7 @@ pkgver() {
build() {
cd "$srcdir/$_pkgname"
- git checkout tags/0.2.0
+ git checkout tags/0.3.0
qmake-qt5 qpdfwalker.pro
make
}