summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2017-07-12 13:49:36 +0100
committerGrey Christoforo2017-07-12 13:49:36 +0100
commit1d72e87c1e1fb743bb06ea89298b2125f196a0ec (patch)
treea23de2d7f68318ab2eb7fedcc80bb201ef2396a5
parent13ad69b64d6a57f9564a3c23e29ae07e8484a24e (diff)
downloadaur-1d72e87c1e1fb743bb06ea89298b2125f196a0ec.tar.gz
version bump
-rw-r--r--.SRCINFO38
-rw-r--r--PKGBUILD23
2 files changed, 23 insertions, 38 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eda19b4d0720..23e5374744e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jun 14 13:19:41 UTC 2017
+# Wed Jul 12 12:49:25 UTC 2017
pkgbase = wingide
pkgdesc = Wing IDE Professional is the full-featured Python IDE for professional programmers.
- pkgver = 6.0.5.1.4
+ pkgver = 6.0.6.1.1
pkgrel = 1
url = http://www.wingware.com
install = wingide.install
@@ -14,28 +14,18 @@ pkgbase = wingide
depends = xdg-utils
options = !strip
options = !emptydirs
- source = http://wingware.com/pub/wingide/6.0.5/wingide-6.0.5-1-x86_64-linux.tar.bz2
- source = http://wingware.com/pub/wingide/6.0.5/patches/fix-auto-arg-removal-6.0.5p1-all.tar
- source = http://wingware.com/pub/wingide/6.0.5/patches/fix-script-print-encoding-6.0.5p2-all.tar
- source = http://wingware.com/pub/wingide/6.0.5/patches/fix-logging-6.0.5p3-all.tar
- source = http://wingware.com/pub/wingide/6.0.5/patches/fix-remote-bps-6.0.5p4-all.tar
- source = http://wingware.com/pub/wingide/6.0.5/patches/fix-vi-mode-yy-6.0.5p5-all.tar
- source = http://wingware.com/pub/wingide/6.0.5/patches/fix-vi-mode-line-pos-6.0.5p6-all.tar
- source = http://wingware.com/pub/wingide/6.0.5/patches/fix-reverse-ssh-6.0.5p7-all.tar
- source = http://wingware.com/pub/wingide/6.0.5/patches/fix-auto-indent-6.0.5p8-all.tar
- source = http://wingware.com/pub/wingide/6.0.5/patches/fix-special-env-6.0.5p9-all.tar
- source = http://wingware.com/pub/wingide/6.0.5/patches/fix-indent-button-6.0.5p10-all.tar
- md5sums = 944c2edf81b7a681a9d0ab5dc528498c
- md5sums = 5c6ac15d903a67a3c2f62d8720ea7c25
- md5sums = 25ae8c72354f4798c7bb871d45bedb37
- md5sums = 117eec0e2ed0d062fcddbb9484170f53
- md5sums = 3a841c186a0c1f850acd5463c2f612b8
- md5sums = aa5edf6eb1259b04def4a989632cf2ca
- md5sums = 4be37a3ad346059fe4b6f2b522004a99
- md5sums = 2da3c2dd61721328ea84978f2c65e690
- md5sums = 4b672bbc005297e2cc8edb33df175601
- md5sums = 87262383b43bde9ad010aef1eafd1619
- md5sums = 547e3b3688cbd7ee245626e85063e000
+ source = http://wingware.com/pub/wingide/6.0.6/wingide-6.0.6-1-x86_64-linux.tar.bz2
+ source = http://wingware.com/pub/wingide/6.0.6/patches/longer-arm-timeout-6.0.6p1-all.tar
+ 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-open-remote-sh-6.0.6p6-all.tar
+ md5sums = 5df65a288d6c3bcb448cfe0d1a250385
+ md5sums = 78cb37932cb1e98ce81bbd6dfedbd985
+ md5sums = eb7bcac8b4872989ce75f148740014de
+ md5sums = 6ac113b4795e8eb2c2a863509d48d581
+ md5sums = 40184285482d23ddb7733c1031e96ffd
+ md5sums = 03272860abe8e7418df14e04e2bc2e3a
pkgname = wingide
diff --git a/PKGBUILD b/PKGBUILD
index 88d67b29f20a..7d4cbf818234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,32 +1,27 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=wingide
-_wingver=6.0.5
+_wingver=6.0.6
_wingrel=1
-_wing_patch_lvl=4 #bump this when adding a patch
+_wing_patch_lvl=1 #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-auto-arg-removal-6.0.5p1-all.tar" "fix-script-print-encoding-6.0.5p2-all.tar" "fix-logging-6.0.5p3-all.tar" "fix-remote-bps-6.0.5p4-all.tar" "fix-vi-mode-yy-6.0.5p5-all.tar" "fix-vi-mode-line-pos-6.0.5p6-all.tar" "fix-reverse-ssh-6.0.5p7-all.tar" "fix-auto-indent-6.0.5p8-all.tar" "fix-special-env-6.0.5p9-all.tar" "fix-indent-button-6.0.5p10-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-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[*]})
depends=('hicolor-icon-theme' 'libpng' 'python2' 'xdg-utils')
options=(!strip !emptydirs)
-md5sums=('944c2edf81b7a681a9d0ab5dc528498c'
- '5c6ac15d903a67a3c2f62d8720ea7c25'
- '25ae8c72354f4798c7bb871d45bedb37'
- '117eec0e2ed0d062fcddbb9484170f53'
- '3a841c186a0c1f850acd5463c2f612b8'
- 'aa5edf6eb1259b04def4a989632cf2ca'
- '4be37a3ad346059fe4b6f2b522004a99'
- '2da3c2dd61721328ea84978f2c65e690'
- '4b672bbc005297e2cc8edb33df175601'
- '87262383b43bde9ad010aef1eafd1619'
- '547e3b3688cbd7ee245626e85063e000')
+md5sums=('5df65a288d6c3bcb448cfe0d1a250385'
+ '78cb37932cb1e98ce81bbd6dfedbd985'
+ 'eb7bcac8b4872989ce75f148740014de'
+ '6ac113b4795e8eb2c2a863509d48d581'
+ '40184285482d23ddb7733c1031e96ffd'
+ '03272860abe8e7418df14e04e2bc2e3a')
install=${pkgname}.install