summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2018-05-16 14:03:26 +0100
committerGrey Christoforo2018-05-16 14:03:26 +0100
commitff8ae0ea14b3fde9c3a04b1004b551ef33344fd4 (patch)
tree64fcd4cb3cab7169c568d994a6058af480aef4cf
parent232233e1639809cd07fc926a26b815ecba5084a7 (diff)
downloadaur-ff8ae0ea14b3fde9c3a04b1004b551ef33344fd4.tar.gz
version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 9 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb005a135235..20f6b79ca61d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wingide
pkgdesc = Wing IDE Professional is the full-featured Python IDE for professional programmers.
- pkgver = 6.0.11.1.2
+ pkgver = 6.0.12.1.1
pkgrel = 1
url = http://www.wingware.com
install = wingide.install
@@ -12,10 +12,8 @@ pkgbase = wingide
depends = xdg-utils
options = !strip
options = !emptydirs
- source = http://wingware.com/pub/wingide/6.0.11/wingide-6.0.11-1-x86_64-linux.tar.bz2
- source = http://wingware.com/pub/wingide/6.0.11/patches/fix-remote-projects-6.0.11p1-all.tar
- md5sums = 68a85363c2183e9acf236829990e0d29
- md5sums = 089b785c9d5b355ca2661c396db9b6d8
+ source = http://wingware.com/pub/wingide/6.0.12/wingide-6.0.12-1-x86_64-linux.tar.bz2
+ md5sums = 74a72215aa827fe19049bea5d24382cc
pkgname = wingide
diff --git a/PKGBUILD b/PKGBUILD
index dfa5c8b41f74..c190146e7cbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,23 +1,22 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=wingide
-_wingver=6.0.11
+_wingver=6.0.12
_wingrel=1
-_wing_patch_lvl=2 #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-remote-projects-6.0.11p1-all.tar")
-_patch_url_prefix=http://wingware.com/pub/$pkgname/$_wingver/patches/
-_wingpatch=( "${_wingpatch[@]/#/$_patch_url_prefix}" )
+#_wingpatch=("fix-remote-projects-6.0.11p1-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=('68a85363c2183e9acf236829990e0d29'
- '089b785c9d5b355ca2661c396db9b6d8')
+md5sums=('74a72215aa827fe19049bea5d24382cc')
install=${pkgname}.install