summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGrey Christoforo2018-02-22 19:30:45 +0100
committerGrey Christoforo2018-02-22 19:30:45 +0100
commit914c085ec54402af50895cf4b7279a59b93861bc (patch)
treee538e7b88a7a5ddb61f524683f961005c3936328 /PKGBUILD
parent60bbaa28f76f4d9064475256e485ac905f9c7335 (diff)
downloadaur-914c085ec54402af50895cf4b7279a59b93861bc.tar.gz
version bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfd5ce08ac93..6fb7e53c9eb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=wingide
-_wingver=6.0.8
-_wingrel=2
+_wingver=6.0.10
+_wingrel=1
_wing_patch_lvl=1 #bump this when adding a patch
pkgver=$_wingver.$_wingrel.$_wing_patch_lvl
pkgrel=1
@@ -10,15 +10,13 @@ pkgdesc="Wing IDE Professional is the full-featured Python IDE for professional
url="http://www.wingware.com"
license=('custom')
arch=('x86_64')
-_wingpatch=("fix-remote-projects-6.0.8p2-all.tar" "fix-remote-oscommands-6.0.8p3-all.tar")
-_patch_url_prefix=http://wingware.com/pub/$pkgname/$_wingver/patches/
+#_wingpatch=("")
+#_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=('3077b5e5837f913e3c79551222fd2662'
- 'bd4261a6629b7a43053f2fee24bdaffc'
- 'd0660f788d0124a6b2eb8a85b0e9b7a7')
+md5sums=('ba9aa7cd9671978a8a84275851dfcd4c')
install=${pkgname}.install