summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2016-02-25 10:45:20 +0000
committerGrey Christoforo2016-02-25 10:45:20 +0000
commita01eb1ca4c61c1120b0441bc2272b0d36607d682 (patch)
tree3460d9e81ee1ff3014017b34a9199bc1ecaabbd8
parent70e064f5b92899b96595ec8f1c9f8b3bfb60b613 (diff)
downloadaur-a01eb1ca4c61c1120b0441bc2272b0d36607d682.tar.gz
version bump to x.10
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0bc3ad474f59..cdf646bf6d65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Feb 12 13:33:27 UTC 2016
+# Thu Feb 25 10:45:15 UTC 2016
pkgbase = wingide
pkgdesc = Wing IDE Professional is the full-featured Python IDE for professional programmers.
- pkgver = 5.1.9.1
+ pkgver = 5.1.10.1
pkgrel = 2
epoch = 1
url = http://www.wingware.com
@@ -16,14 +16,10 @@ pkgbase = wingide
depends = xdg-utils
options = !strip
options = !emptydirs
- source_i686 = http://wingware.com/pub/wingide/5.1.9/wingide-5.1.9-1-i386-linux.tar.gz
- source_i686 = http://wingware.com/pub/wingide/5.1.9/patches/completer-fix-5.1.9p1-all.tar
- md5sums_i686 = faa0e3886822334aa915fee36b8b6392
- md5sums_i686 = 4715939cdbf494f4993b5e97ffacda55
- source_x86_64 = http://wingware.com/pub/wingide/5.1.9/wingide-5.1.9-1-x86_64-linux.tar.gz
- source_x86_64 = http://wingware.com/pub/wingide/5.1.9/patches/completer-fix-5.1.9p1-all.tar
- md5sums_x86_64 = c02ef6cecd3394ed14947c49176b8fb1
- md5sums_x86_64 = 4715939cdbf494f4993b5e97ffacda55
+ source_i686 = http://wingware.com/pub/wingide/5.1.10/wingide-5.1.10-1-i386-linux.tar.gz
+ md5sums_i686 = b85ac4315ad4bc846e4fb52d6e23fa6a
+ source_x86_64 = http://wingware.com/pub/wingide/5.1.10/wingide-5.1.10-1-x86_64-linux.tar.gz
+ md5sums_x86_64 = dc10ec69e4ae02af8fa895b46d780e41
pkgname = wingide
diff --git a/PKGBUILD b/PKGBUILD
index e5118bc57d45..57d9776800a7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=wingide
-_wingver=5.1.9
+_wingver=5.1.10
_wingrel=1
pkgver=$_wingver.$_wingrel
pkgrel=2
@@ -12,8 +12,8 @@ license=('custom')
arch=('i686' 'x86_64')
[ "$CARCH" = 'i686' ] && _pkgarch=i386
[ "$CARCH" = 'x86_64' ] && _pkgarch=x86_64
-_wingpatch_x86_64=("completer-fix-5.1.9p1-all.tar" "fix-rep-compare-5.1.9p2-all.tar")
-_wingpatch_i686=("completer-fix-5.1.9p1-all.tar" "fix-rep-compare-5.1.9p2-all.tar")
+#_wingpatch_x86_64=()
+#_wingpatch_i686=()
_patch_url_prefix=http://wingware.com/pub/$pkgname/$_wingver/patches/
if [[ ! -z "$_wingpatch_x86_64" ]]; then
_wingpatch_x86_64=( "${_wingpatch_x86_64[@]/#/$_patch_url_prefix}" )
@@ -25,10 +25,8 @@ source_x86_64=("http://wingware.com/pub/$pkgname/$_wingver/$pkgname-$_wingver-$_
source_i686=("http://wingware.com/pub/$pkgname/$_wingver/$pkgname-$_wingver-$_wingrel-i386-linux.tar.gz" $_wingpatch_i686)
depends=('hicolor-icon-theme' 'libpng' 'python2' 'xdg-utils')
options=(!strip !emptydirs)
-md5sums_i686=('faa0e3886822334aa915fee36b8b6392'
- '4715939cdbf494f4993b5e97ffacda55')
-md5sums_x86_64=('c02ef6cecd3394ed14947c49176b8fb1'
- '4715939cdbf494f4993b5e97ffacda55')
+md5sums_i686=('b85ac4315ad4bc846e4fb52d6e23fa6a')
+md5sums_x86_64=('dc10ec69e4ae02af8fa895b46d780e41')
install=${pkgname}.install
prepare() {