summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 668fd648a8ca..89e627c083cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python2-qprogedit
-pkgver=3.2.0
+pkgver=3.2.2
pkgrel=1
pkgdesc="PyQt4 widget that implements a full-featured text editor"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ provides=('python2-qprogedit')
# The git repo is detected by the 'git:' or 'git+' beginning. The branch
# '$pkgname' is then checked out upon cloning, expediating versioning:
#source=('git+https://github.com/falconindy/expac.git'
-source=("$pkgname"::'git://github.com/smathot/QProgEdit.git#tag=release/3.2.0')
+source=("$pkgname"::'git://github.com/smathot/QProgEdit.git#tag=release/3.2.2')
# Because the sources are not static, skip Git checksum:
md5sums=('SKIP')