summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-04-18 16:47:09 +0100
committerGrey Christoforo2016-04-18 16:47:09 +0100
commit35f01e64a8f3e2f892e3090e930690f30a1dbbec (patch)
tree80a3ac624d08d5d864136527aacc9393b1e3dedf
parentd07cc7e297c3cb08832eabfda122b78c692822b9 (diff)
downloadaur-35f01e64a8f3e2f892e3090e930690f30a1dbbec.tar.gz
version bump to 5.1.11
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 626b0d3ec185..4a5398893c05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Feb 25 10:46:40 UTC 2016
+# Mon Apr 18 15:46:28 UTC 2016
pkgbase = wingide
pkgdesc = Wing IDE Professional is the full-featured Python IDE for professional programmers.
- pkgver = 5.1.10.1
+ pkgver = 5.1.11.1
pkgrel = 1
epoch = 1
url = http://www.wingware.com
@@ -16,10 +16,10 @@ pkgbase = wingide
depends = xdg-utils
options = !strip
options = !emptydirs
- source_i686 = http://wingware.com/pub/wingide/5.1.10/wingide-5.1.10-1-i386-linux.tar.gz
- md5sums_i686 = b85ac4315ad4bc846e4fb52d6e23fa6a
- source_x86_64 = http://wingware.com/pub/wingide/5.1.10/wingide-5.1.10-1-x86_64-linux.tar.gz
- md5sums_x86_64 = dc10ec69e4ae02af8fa895b46d780e41
+ source_i686 = http://wingware.com/pub/wingide/5.1.11/wingide-5.1.11-1-i386-linux.tar.gz
+ md5sums_i686 = 392b8f3a0e2dcb69fd2d8316bd88b028
+ source_x86_64 = http://wingware.com/pub/wingide/5.1.11/wingide-5.1.11-1-x86_64-linux.tar.gz
+ md5sums_x86_64 = ddacf06b4cc9577b9b80cbbb79de2d32
pkgname = wingide
diff --git a/PKGBUILD b/PKGBUILD
index 0bb191cc18f0..269e23b5ec38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=wingide
-_wingver=5.1.10
+_wingver=5.1.11
_wingrel=1
pkgver=$_wingver.$_wingrel
pkgrel=1
@@ -25,8 +25,8 @@ source_x86_64=("http://wingware.com/pub/$pkgname/$_wingver/$pkgname-$_wingver-$_
source_i686=("http://wingware.com/pub/$pkgname/$_wingver/$pkgname-$_wingver-$_wingrel-i386-linux.tar.gz" $_wingpatch_i686)
depends=('hicolor-icon-theme' 'libpng' 'python2' 'xdg-utils')
options=(!strip !emptydirs)
-md5sums_i686=('b85ac4315ad4bc846e4fb52d6e23fa6a')
-md5sums_x86_64=('dc10ec69e4ae02af8fa895b46d780e41')
+md5sums_i686=('392b8f3a0e2dcb69fd2d8316bd88b028')
+md5sums_x86_64=('ddacf06b4cc9577b9b80cbbb79de2d32')
install=${pkgname}.install
prepare() {