summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2018-12-23 13:33:16 +0000
committerGrey Christoforo2018-12-23 13:33:16 +0000
commitc82237d43a1c8dbe1043d83186180992591914ec (patch)
treef170b85a5cb96acb9906843e606cc6eae46dbf44 /PKGBUILD
parenteab2226a9d81f133965d7aca33ae09bd5575bb8d (diff)
downloadaur-c82237d43a1c8dbe1043d83186180992591914ec.tar.gz
add patch from wingware
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7b690a384c53..78668247fb23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=wingide
_wingver=6.1.2
_wingrel=1
-_wing_patch_lvl=2 #bump this when adding a patch
+_wing_patch_lvl=3 #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."
@@ -11,7 +11,7 @@ url="http://www.wingware.com"
license=('custom')
arch=('x86_64')
-_wingpatch=("fix-new-venv-6.1.2p1-all.tar" "fix-goto-defn-6.1.2p4-all.tar" "fix-activation-6.1.2p2-all.tar" "fix-sassist-links-6.1.2p6-all.tar")
+_wingpatch=("fix-new-venv-6.1.2p1-all.tar" "fix-goto-defn-6.1.2p4-all.tar" "fix-activation-6.1.2p2-all.tar" "fix-sassist-links-6.1.2p6-all.tar" "fix-autocomplete-lockup-6.1.2p7-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[*]})
@@ -21,7 +21,8 @@ md5sums=('c64255d62885498ac20513cafd7527c3'
'cf1a2166c7a3605264d22269b346fb7d'
'd691d2b46be9d0723b2c9742b89f9506'
'67f6cf80f5b8031a6ace081b38e28286'
- '2e337be8917cbd6d7692f974c95888ad')
+ '2e337be8917cbd6d7692f974c95888ad'
+ '67926f2b3ad03cde727f66078455e8b7')
install=${pkgname}.install