summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD8
3 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f32a8a029dae..98b6ac4710ed 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.5
+ pkgver = 5.1.7
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.5/wingide-5.1.5-1-i386-linux.tar.gz
- md5sums_i686 = a5cfa7e893eb9a44cde19eb920ea79fb
- source_x86_64 = http://wingware.com/pub/wingide/5.1.5/wingide-5.1.5-1-x86_64-linux.tar.gz
- md5sums_x86_64 = a72d36891b71915ad433836e1fcd57d4
+ 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
pkgname = wingide
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..72a3ed3fe6e0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+*.tar*
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 5350254a180d..61543b8abf02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Grey Christoforo <grey at christoforo dot net>
+# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=wingide
-pkgver=5.1.5
+pkgver=5.1.7
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=('a5cfa7e893eb9a44cde19eb920ea79fb')
-md5sums_x86_64=('a72d36891b71915ad433836e1fcd57d4')
+md5sums_i686=('7400cdffe77c5d0ff34a4d2c9892396a')
+md5sums_x86_64=('45e3b20f1614a9feb3c816f4945ac89f')
install=${pkgname}.install
prepare() {