summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2017-08-10 12:37:53 +0100
committerGrey Christoforo2017-08-10 12:37:53 +0100
commitdadfd5432831c9051c504034273decc0e8e1bcca (patch)
tree130eaf951eb99506ba33ed2a32e29e3fae0b0215 /PKGBUILD
parent1d72e87c1e1fb743bb06ea89298b2125f196a0ec (diff)
downloadaur-dadfd5432831c9051c504034273decc0e8e1bcca.tar.gz
add patch from upstream
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d4cbf818234..ba2c89489a9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=wingide
_wingver=6.0.6
_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=("longer-arm-timeout-6.0.6p1-all.tar" "longer-ssh-timeout-6.0.6p2-all.tar" "fix-remote-probe-6.0.6p3-all.tar" "avoid-remote-overwrite-6.0.6p4-all.tar" "fix-open-remote-sh-6.0.6p6-all.tar")
+_wingpatch=("longer-arm-timeout-6.0.6p1-all.tar" "longer-ssh-timeout-6.0.6p2-all.tar" "fix-remote-probe-6.0.6p3-all.tar" "avoid-remote-overwrite-6.0.6p4-all.tar" "fix-remote-project-read-6.0.6p5-all.tar" "fix-open-remote-sh-6.0.6p6-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,6 +21,7 @@ md5sums=('5df65a288d6c3bcb448cfe0d1a250385'
'eb7bcac8b4872989ce75f148740014de'
'6ac113b4795e8eb2c2a863509d48d581'
'40184285482d23ddb7733c1031e96ffd'
+ '42af0a3193da7a5107117f4303c21f41'
'03272860abe8e7418df14e04e2bc2e3a')
install=${pkgname}.install