summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e7db61d8cfc..d16d0d2bb834 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Sep 19 09:57:13 UTC 2017
+# Mon Oct 2 08:02:08 UTC 2017
pkgbase = wingide
pkgdesc = Wing IDE Professional is the full-featured Python IDE for professional programmers.
- pkgver = 6.0.7.1.21
+ pkgver = 6.0.7.1.22
pkgrel = 1
url = http://www.wingware.com
install = wingide.install
@@ -17,9 +17,11 @@ pkgbase = wingide
source = http://wingware.com/pub/wingide/6.0.7/wingide-6.0.7-1-x86_64-linux.tar.bz2
source = http://wingware.com/pub/wingide/6.0.7/patches/fix-vi-mark-ranges-6.0.7p1-all.tar
source = http://wingware.com/pub/wingide/6.0.7/patches/remote-healing-6.0.7p2-all.tar
+ source = http://wingware.com/pub/wingide/6.0.7/patches/optimize-recent-6.0.7p3-all.tar
md5sums = f3ed3fec851faab4ad3a9fe822151cfe
md5sums = 3f173e4b04f7cfdab3dc66a8a54613b7
md5sums = bd4739f28056900fd3c9797f43f6ee28
+ md5sums = 47cc2e08696830188ba5ec145361e032
pkgname = wingide
diff --git a/PKGBUILD b/PKGBUILD
index 8c0f027d46f7..2f8c1f7cb599 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=wingide
_wingver=6.0.7
_wingrel=1
-_wing_patch_lvl=21 #bump this when adding a patch
+_wing_patch_lvl=22 #bump this when adding a patch
pkgver=$_wingver.$_wingrel.$_wing_patch_lvl
pkgrel=1
pkgdesc="Wing IDE Professional is the full-featured Python IDE for professional programmers."
url="http://www.wingware.com"
license=('custom')
arch=('x86_64')
-_wingpatch=("fix-vi-mark-ranges-6.0.7p1-all.tar" "remote-healing-6.0.7p2-all.tar")
+_wingpatch=("fix-vi-mark-ranges-6.0.7p1-all.tar" "remote-healing-6.0.7p2-all.tar" "optimize-recent-6.0.7p3-all.tar")
_patch_url_prefix=http://wingware.com/pub/$pkgname/$_wingver/patches/
_wingpatch=( "${_wingpatch[@]/#/$_patch_url_prefix}" )
source=("http://wingware.com/pub/$pkgname/$_wingver/$pkgname-$_wingver-$_wingrel-x86_64-linux.tar.bz2" ${_wingpatch[*]})
@@ -18,7 +18,8 @@ depends=('hicolor-icon-theme' 'libpng' 'python2' 'xdg-utils')
options=(!strip !emptydirs)
md5sums=('f3ed3fec851faab4ad3a9fe822151cfe'
'3f173e4b04f7cfdab3dc66a8a54613b7'
- 'bd4739f28056900fd3c9797f43f6ee28')
+ 'bd4739f28056900fd3c9797f43f6ee28'
+ '47cc2e08696830188ba5ec145361e032')
install=${pkgname}.install