summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 8 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48a6cdfa62c2..996ea3d26603 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Nov 20 14:36:41 UTC 2017
pkgbase = wingide
pkgdesc = Wing IDE Professional is the full-featured Python IDE for professional programmers.
- pkgver = 6.0.8.2.1
+ pkgver = 6.0.10.1.1
pkgrel = 1
url = http://www.wingware.com
install = wingide.install
@@ -14,12 +12,8 @@ pkgbase = wingide
depends = xdg-utils
options = !strip
options = !emptydirs
- source = http://wingware.com/pub/wingide/6.0.8/wingide-6.0.8-2-x86_64-linux.tar.bz2
- source = http://wingware.com/pub/wingide/6.0.8/patches/fix-remote-projects-6.0.8p2-all.tar
- source = http://wingware.com/pub/wingide/6.0.8/patches/fix-remote-oscommands-6.0.8p3-all.tar
- md5sums = 3077b5e5837f913e3c79551222fd2662
- md5sums = bd4261a6629b7a43053f2fee24bdaffc
- md5sums = d0660f788d0124a6b2eb8a85b0e9b7a7
+ source = http://wingware.com/pub/wingide/6.0.10/wingide-6.0.10-1-x86_64-linux.tar.bz2
+ md5sums = ba9aa7cd9671978a8a84275851dfcd4c
pkgname = wingide
diff --git a/PKGBUILD b/PKGBUILD
index cfd5ce08ac93..6fb7e53c9eb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=wingide
-_wingver=6.0.8
-_wingrel=2
+_wingver=6.0.10
+_wingrel=1
_wing_patch_lvl=1 #bump this when adding a patch
pkgver=$_wingver.$_wingrel.$_wing_patch_lvl
pkgrel=1
@@ -10,15 +10,13 @@ pkgdesc="Wing IDE Professional is the full-featured Python IDE for professional
url="http://www.wingware.com"
license=('custom')
arch=('x86_64')
-_wingpatch=("fix-remote-projects-6.0.8p2-all.tar" "fix-remote-oscommands-6.0.8p3-all.tar")
-_patch_url_prefix=http://wingware.com/pub/$pkgname/$_wingver/patches/
+#_wingpatch=("")
+#_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=('3077b5e5837f913e3c79551222fd2662'
- 'bd4261a6629b7a43053f2fee24bdaffc'
- 'd0660f788d0124a6b2eb8a85b0e9b7a7')
+md5sums=('ba9aa7cd9671978a8a84275851dfcd4c')
install=${pkgname}.install