summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormato7d52016-08-30 20:56:36 +0200
committermato7d52016-08-30 20:56:36 +0200
commitc592f6c319704aac8ad23c9cf96d4ffdf509db63 (patch)
treefec4c6d00e6ea6591f4cb00c0bb8186256ca90ab
parentf8380629c932226574f3c98fbd9fc847fc728ad3 (diff)
downloadaur-c592f6c319704aac8ad23c9cf96d4ffdf509db63.tar.gz
version 0.2.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79ce5d1320b4..cdf62669cc59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qpdfwalker
pkgdesc = Tool for browsing hierarchy of low level objects in a PDF file.
- pkgver = 0.1.0
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/mato7d5/qpdfwalker
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 185dad8af781..e8625f9ac49f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=qpdfwalker
pkgname=qpdfwalker
-pkgver=0.1.0
+pkgver=0.2.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.1.0
+ git checkout tags/0.2.0
qmake-qt5 qpdfwalker.pro
make
}