summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
-rw-r--r--goto-another-visible-split-6.1.4p2-allbin0 -> 133120 bytes
3 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a04811dd47b9..f8f387d0180c 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 = 6.1.4.1.1
+ pkgver = 6.1.4.1.2
pkgrel = 1
url = http://www.wingware.com
install = wingide.install
@@ -14,8 +14,10 @@ pkgbase = wingide
options = !emptydirs
source = http://wingware.com/pub/wingide/6.1.4/wingide-6.1.4-1-x86_64-linux.tar.bz2
source = http://wingware.com/pub/wingide/6.1.4/patches/fix-find-symbol-6.1.4p1-all.tar
+ source = http://wingware.com/pub/wingide/6.1.4/patches/goto-another-visible-split-6.1.4p2-all
md5sums = 1a0007a298152cb8a9454534c6af21c9
md5sums = 0425c50fecff2fdfa1e41addc13ce825
+ md5sums = dbcfa590bc07f278a4bef50fde4bc8fc
pkgname = wingide
diff --git a/PKGBUILD b/PKGBUILD
index b8eb0793ba34..668257cedc16 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,22 @@
pkgname=wingide
_wingver=6.1.4
_wingrel=1
-_wing_patch_lvl=1 #bump this when adding a patch
+_wing_patch_lvl=2 #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-find-symbol-6.1.4p1-all.tar")
+_wingpatch=("fix-find-symbol-6.1.4p1-all.tar" "goto-another-visible-split-6.1.4p2-all")
_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[*]})
depends=('hicolor-icon-theme' 'libpng' 'python2' 'xdg-utils')
options=(!strip !emptydirs)
md5sums=('1a0007a298152cb8a9454534c6af21c9'
- '0425c50fecff2fdfa1e41addc13ce825')
+ '0425c50fecff2fdfa1e41addc13ce825'
+ 'dbcfa590bc07f278a4bef50fde4bc8fc')
install=${pkgname}.install
diff --git a/goto-another-visible-split-6.1.4p2-all b/goto-another-visible-split-6.1.4p2-all
new file mode 100644
index 000000000000..80f9ae68d28d
--- /dev/null
+++ b/goto-another-visible-split-6.1.4p2-all
Binary files differ