summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2017-08-10 12:37:53 +0100
committerGrey Christoforo2017-08-10 12:37:53 +0100
commitdadfd5432831c9051c504034273decc0e8e1bcca (patch)
tree130eaf951eb99506ba33ed2a32e29e3fae0b0215
parent1d72e87c1e1fb743bb06ea89298b2125f196a0ec (diff)
downloadaur-dadfd5432831c9051c504034273decc0e8e1bcca.tar.gz
add patch from upstream
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 23e5374744e8..6d258c812dc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jul 12 12:49:25 UTC 2017
+# Thu Aug 10 11:37:50 UTC 2017
pkgbase = wingide
pkgdesc = Wing IDE Professional is the full-featured Python IDE for professional programmers.
- pkgver = 6.0.6.1.1
+ pkgver = 6.0.6.1.2
pkgrel = 1
url = http://www.wingware.com
install = wingide.install
@@ -19,12 +19,14 @@ pkgbase = wingide
source = http://wingware.com/pub/wingide/6.0.6/patches/longer-ssh-timeout-6.0.6p2-all.tar
source = http://wingware.com/pub/wingide/6.0.6/patches/fix-remote-probe-6.0.6p3-all.tar
source = http://wingware.com/pub/wingide/6.0.6/patches/avoid-remote-overwrite-6.0.6p4-all.tar
+ source = http://wingware.com/pub/wingide/6.0.6/patches/fix-remote-project-read-6.0.6p5-all.tar
source = http://wingware.com/pub/wingide/6.0.6/patches/fix-open-remote-sh-6.0.6p6-all.tar
md5sums = 5df65a288d6c3bcb448cfe0d1a250385
md5sums = 78cb37932cb1e98ce81bbd6dfedbd985
md5sums = eb7bcac8b4872989ce75f148740014de
md5sums = 6ac113b4795e8eb2c2a863509d48d581
md5sums = 40184285482d23ddb7733c1031e96ffd
+ md5sums = 42af0a3193da7a5107117f4303c21f41
md5sums = 03272860abe8e7418df14e04e2bc2e3a
pkgname = wingide
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