summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Corley2015-11-17 22:37:21 +0000
committerMartin Corley2015-11-17 22:37:21 +0000
commit1ec230a86a7d3c66fab5732bb00a7663ab9ba1e2 (patch)
tree75b678c0bce865c52f8e73b64220e9a477b232d9
parentef571ca5642db5311e0e2f600d424a4c8f25ca92 (diff)
downloadaur-1ec230a86a7d3c66fab5732bb00a7663ab9ba1e2.tar.gz
update to 3.2.0
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1753963047fa..55631d9bd80a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-qprogedit
pkgdesc = PyQt4 widget that implements a full-featured text editor
- pkgver = 2.1.0
+ pkgver = 3.2.0
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/2.1.0
+ source = python2-qprogedit::git://github.com/smathot/QProgEdit.git#tag=release/3.2.0
md5sums = SKIP
pkgname = python2-qprogedit
diff --git a/PKGBUILD b/PKGBUILD
index 20c076d5e595..668fd648a8ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python2-qprogedit
-pkgver=2.1.0
+pkgver=3.2.0
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/2.1.0')
+source=("$pkgname"::'git://github.com/smathot/QProgEdit.git#tag=release/3.2.0')
# Because the sources are not static, skip Git checksum:
md5sums=('SKIP')