summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 477119a92a89..f87c809bc07a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun May 1 17:17:31 UTC 2016
+# Thu May 5 09:36:31 UTC 2016
pkgbase = wingide
pkgdesc = Wing IDE Professional is the full-featured Python IDE for professional programmers.
pkgver = 5.1.11.1
@@ -19,15 +19,19 @@ pkgbase = wingide
source_i686 = http://wingware.com/pub/wingide/5.1.11/wingide-5.1.11-1-i386-linux.tar.gz
source_i686 = http://wingware.com/pub/wingide/5.1.11/patches/fix-autoclose-5.1.11p1-all.tar
source_i686 = http://wingware.com/pub/wingide/5.1.11/patches/fix-nonpy-indent-5.1.11p2-all.tar
+ source_i686 = http://wingware.com/pub/wingide/5.1.11/patches/all-classes-5.1.11p3-all.tar
md5sums_i686 = 392b8f3a0e2dcb69fd2d8316bd88b028
md5sums_i686 = fd1b66865a42b27fd6344b71e747c654
md5sums_i686 = ec4937a0b3fc32f553d7ea9d65cf11d9
+ md5sums_i686 = bf9cf9df754f06cb8d7fe9d056fa8d7e
source_x86_64 = http://wingware.com/pub/wingide/5.1.11/wingide-5.1.11-1-x86_64-linux.tar.gz
source_x86_64 = http://wingware.com/pub/wingide/5.1.11/patches/fix-autoclose-5.1.11p1-all.tar
source_x86_64 = http://wingware.com/pub/wingide/5.1.11/patches/fix-nonpy-indent-5.1.11p2-all.tar
+ source_x86_64 = http://wingware.com/pub/wingide/5.1.11/patches/all-classes-5.1.11p3-all.tar
md5sums_x86_64 = ddacf06b4cc9577b9b80cbbb79de2d32
md5sums_x86_64 = fd1b66865a42b27fd6344b71e747c654
md5sums_x86_64 = ec4937a0b3fc32f553d7ea9d65cf11d9
+ md5sums_x86_64 = bf9cf9df754f06cb8d7fe9d056fa8d7e
pkgname = wingide
diff --git a/PKGBUILD b/PKGBUILD
index 52c6edbda246..020c8479938b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,8 @@ license=('custom')
arch=('i686' 'x86_64')
[ "$CARCH" = 'i686' ] && _pkgarch=i386
[ "$CARCH" = 'x86_64' ] && _pkgarch=x86_64
-_wingpatch_x86_64=("fix-autoclose-5.1.11p1-all.tar" "fix-nonpy-indent-5.1.11p2-all.tar")
-_wingpatch_i686=("fix-autoclose-5.1.11p1-all.tar" "fix-nonpy-indent-5.1.11p2-all.tar")
+_wingpatch_x86_64=("fix-autoclose-5.1.11p1-all.tar" "fix-nonpy-indent-5.1.11p2-all.tar" "all-classes-5.1.11p3-all.tar")
+_wingpatch_i686=("fix-autoclose-5.1.11p1-all.tar" "fix-nonpy-indent-5.1.11p2-all.tar" "all-classes-5.1.11p3-all.tar")
_patch_url_prefix=http://wingware.com/pub/$pkgname/$_wingver/patches/
if [[ ! -z "$_wingpatch_x86_64" ]]; then
_wingpatch_x86_64=( "${_wingpatch_x86_64[@]/#/$_patch_url_prefix}" )
@@ -27,10 +27,12 @@ depends=('hicolor-icon-theme' 'libpng' 'python2' 'xdg-utils')
options=(!strip !emptydirs)
md5sums_i686=('392b8f3a0e2dcb69fd2d8316bd88b028'
'fd1b66865a42b27fd6344b71e747c654'
- 'ec4937a0b3fc32f553d7ea9d65cf11d9')
+ 'ec4937a0b3fc32f553d7ea9d65cf11d9'
+ 'bf9cf9df754f06cb8d7fe9d056fa8d7e')
md5sums_x86_64=('ddacf06b4cc9577b9b80cbbb79de2d32'
'fd1b66865a42b27fd6344b71e747c654'
- 'ec4937a0b3fc32f553d7ea9d65cf11d9')
+ 'ec4937a0b3fc32f553d7ea9d65cf11d9'
+ 'bf9cf9df754f06cb8d7fe9d056fa8d7e')
install=${pkgname}.install
prepare() {