summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Dewender2016-05-08 16:52:06 +0200
committerJohannes Dewender2016-05-08 16:52:06 +0200
commit70fde627d40a01c75556dc9531c0f69a9c93b8de (patch)
tree75095e9a17dbff38097ec796856403f99aa42854
parent91b6f2c83688f49bc7a8c905ac0d92801b942397 (diff)
downloadaur-qbzr.tar.gz
0.23.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b9ea54ee3ff..5ddc7e300949 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun May 8 14:52:06 UTC 2016
pkgbase = qbzr
pkgdesc = A GUI front end for Bazaar based on the Qt toolkit.
- pkgver = 0.23.1
+ pkgver = 0.23.2
pkgrel = 1
url = http://wiki.bazaar.canonical.com/QBzr
arch = any
@@ -10,8 +12,8 @@ pkgbase = qbzr
depends = python2>=2.4
optdepends = python2-pygments: for syntax highlighting
optdepends = python2-pyenchant: for spell checking in commit dialogs
- source = http://launchpad.net/qbzr/0.23/0.23.1/+download/qbzr-0.23.1.tar.gz
- md5sums = 594796b2cf9887d895545d7ed84e3879
+ source = http://launchpad.net/qbzr/0.23/0.23.2/+download/qbzr-0.23.2.tar.gz
+ md5sums = d5e913bdc2cb94d084c196dfed6d3275
pkgname = qbzr
diff --git a/PKGBUILD b/PKGBUILD
index 644b11152287..a86a9d9f8b2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
#Contributor: Ariel Kanterewicz <asdkant@gmail.com>
pkgname=qbzr
-pkgver=0.23.1
+pkgver=0.23.2
pkgrel=1
pkgdesc="A GUI front end for Bazaar based on the Qt toolkit."
arch=('any')
@@ -16,7 +16,7 @@ optdepends=('python2-pygments: for syntax highlighting'
'python2-pyenchant: for spell checking in commit dialogs')
source=("http://launchpad.net/${pkgname}/${pkgver%.*}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz")
-md5sums=('594796b2cf9887d895545d7ed84e3879')
+md5sums=('d5e913bdc2cb94d084c196dfed6d3275')
prepare() {
cd ${srcdir}/${pkgname}