summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index df78768474df..0bc3ad474f59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Jan 17 13:36:05 UTC 2016
+# Fri Feb 12 13:33:27 UTC 2016
pkgbase = wingide
pkgdesc = Wing IDE Professional is the full-featured Python IDE for professional programmers.
pkgver = 5.1.9.1
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://www.wingware.com
install = wingide.install
diff --git a/PKGBUILD b/PKGBUILD
index 3c12f7e99123..e5118bc57d45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=wingide
_wingver=5.1.9
_wingrel=1
pkgver=$_wingver.$_wingrel
-pkgrel=1
+pkgrel=2
epoch=1 #bump this when adding a new patch
pkgdesc="Wing IDE Professional is the full-featured Python IDE for professional programmers."
url="http://www.wingware.com"
@@ -12,8 +12,8 @@ license=('custom')
arch=('i686' 'x86_64')
[ "$CARCH" = 'i686' ] && _pkgarch=i386
[ "$CARCH" = 'x86_64' ] && _pkgarch=x86_64
-_wingpatch_x86_64=("completer-fix-5.1.9p1-all.tar")
-_wingpatch_i686=("completer-fix-5.1.9p1-all.tar")
+_wingpatch_x86_64=("completer-fix-5.1.9p1-all.tar" "fix-rep-compare-5.1.9p2-all.tar")
+_wingpatch_i686=("completer-fix-5.1.9p1-all.tar" "fix-rep-compare-5.1.9p2-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}" )