diff options
author | Grey Christoforo | 2015-10-23 12:56:23 +0100 |
---|---|---|
committer | Grey Christoforo | 2015-10-23 12:56:23 +0100 |
commit | 8c5858f7c1824231aa7039e12b10bd4f45a2f7e0 (patch) | |
tree | 467c734beb1963a1ce8fb0d479fda872496cd007 | |
parent | c070f9eaa8f76d62e7a3e3973e2f8b4b33421019 (diff) | |
download | aur-8c5858f7c1824231aa7039e12b10bd4f45a2f7e0.tar.gz |
bump to 5.1.8-1
-rw-r--r-- | .SRCINFO | 10 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 8 insertions, 8 deletions
@@ -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 @@ -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() { |