summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98b6ac4710ed..b0fe7c381f58 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 = 5.1.7
+ pkgver = 5.1.8
pkgrel = 1
url = http://www.wingware.com
install = wingide.install
@@ -13,10 +13,10 @@ pkgbase = wingide
depends = xdg-utils
options = !strip
options = !emptydirs
- source_i686 = http://wingware.com/pub/wingide/5.1.7/wingide-5.1.7-1-i386-linux.tar.gz
- md5sums_i686 = 7400cdffe77c5d0ff34a4d2c9892396a
- source_x86_64 = http://wingware.com/pub/wingide/5.1.7/wingide-5.1.7-1-x86_64-linux.tar.gz
- md5sums_x86_64 = 45e3b20f1614a9feb3c816f4945ac89f
+ source_i686 = http://wingware.com/pub/wingide/5.1.8/wingide-5.1.8-1-i386-linux.tar.gz
+ md5sums_i686 = a8960c2099f86e4385985e49ca05dfcf
+ source_x86_64 = http://wingware.com/pub/wingide/5.1.8/wingide-5.1.8-1-x86_64-linux.tar.gz
+ md5sums_x86_64 = 7038e5dc3e73fe30aa1098622a1a3616
pkgname = wingide
diff --git a/PKGBUILD b/PKGBUILD
index 61543b8abf02..6aecbf900b03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=wingide
-pkgver=5.1.7
+pkgver=5.1.8
pkgrel=1
_pkgrel=1
pkgdesc="Wing IDE Professional is the full-featured Python IDE for professional programmers."
@@ -14,8 +14,8 @@ source_x86_64=("http://wingware.com/pub/$pkgname/$pkgver/$pkgname-$pkgver-$_pkgr
source_i686=("http://wingware.com/pub/$pkgname/$pkgver/$pkgname-$pkgver-$_pkgrel-i386-linux.tar.gz")
depends=('hicolor-icon-theme' 'libpng' 'python2' 'xdg-utils')
options=(!strip !emptydirs)
-md5sums_i686=('7400cdffe77c5d0ff34a4d2c9892396a')
-md5sums_x86_64=('45e3b20f1614a9feb3c816f4945ac89f')
+md5sums_i686=('a8960c2099f86e4385985e49ca05dfcf')
+md5sums_x86_64=('7038e5dc3e73fe30aa1098622a1a3616')
install=${pkgname}.install
prepare() {