summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd4f7f6dfbc8..943894f8e281 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wingide
pkgdesc = Wing IDE Professional is the full-featured Python IDE for professional programmers.
- pkgver = 7.1.0.2.1
+ pkgver = 7.2.1.0.1
pkgrel = 1
url = http://www.wingware.com
install = wingide.install
@@ -12,8 +12,8 @@ pkgbase = wingide
depends = xdg-utils
options = !strip
options = !emptydirs
- source = https://wingware.com/pub/wingpro/7.1.0.2/wingpro-7.1.0.2-linux-x64.tar.bz2
- md5sums = 9efbb7f723df67026cf492bac7100410
+ source = https://wingware.com/pub/wingpro/7.2.1.0/wingpro-7.2.1.0-linux-x64.tar.bz2
+ md5sums = feec28355b9835d479bd1cfc06ec1f4d
pkgname = wingide
diff --git a/PKGBUILD b/PKGBUILD
index 5a2173a6687d..e0736f8c734b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=wingide
-_wingver=7.1.0.2
+_wingver=7.2.1.0
_wing_patch_lvl=1 #bump this when adding a patch
pkgver=$_wingver.$_wing_patch_lvl
pkgrel=1
@@ -15,7 +15,7 @@ _patch_url_prefix=https://wingware.com/pub/wingpro/$_wingver/patches/
source=("https://wingware.com/pub/wingpro/$_wingver/wingpro-$_wingver-linux-x64.tar.bz2" ${_wingpatch[*]})
depends=('hicolor-icon-theme' 'libpng' 'python2' 'xdg-utils')
options=(!strip !emptydirs)
-md5sums=('9efbb7f723df67026cf492bac7100410')
+md5sums=('feec28355b9835d479bd1cfc06ec1f4d')
install=${pkgname}.install