summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Corley2016-01-13 11:32:13 +0000
committerMartin Corley2016-01-13 11:32:13 +0000
commit50e4ad71c562e7ffa0850d9092032a26d2100793 (patch)
tree9fe2d79c1816a41c9ffd5f52845d753e205c46b2
parent1ec230a86a7d3c66fab5732bb00a7663ab9ba1e2 (diff)
downloadaur-50e4ad71c562e7ffa0850d9092032a26d2100793.tar.gz
Update to 3.2.2-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55631d9bd80a..53041263877a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-qprogedit
pkgdesc = PyQt4 widget that implements a full-featured text editor
- pkgver = 3.2.0
+ pkgver = 3.2.2
pkgrel = 1
url = https://github.com/smathot/QProgEdit
arch = i686
@@ -10,7 +10,7 @@ pkgbase = python2-qprogedit
depends = python2-pyqt4
depends = python2-qscintilla
provides = python2-qprogedit
- source = python2-qprogedit::git://github.com/smathot/QProgEdit.git#tag=release/3.2.0
+ source = python2-qprogedit::git://github.com/smathot/QProgEdit.git#tag=release/3.2.2
md5sums = SKIP
pkgname = python2-qprogedit
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')