summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2017-02-08 17:19:49 +0000
committerGrey Christoforo2017-02-08 17:19:49 +0000
commit2347bd5f975afd7f915ccfe196294caafedae5a8 (patch)
treeda80d51e731b0877baecda525c5dcb8e4894bada
parentcfc07d03984d11ec941a3edc2bea37c2a99d092e (diff)
downloadaur-2347bd5f975afd7f915ccfe196294caafedae5a8.tar.gz
add new patch from wing
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e3e13828dc67..cf72808dac6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Feb 4 19:21:39 UTC 2017
+# Wed Feb 8 17:19:46 UTC 2017
pkgbase = wingide
pkgdesc = Wing IDE Professional is the full-featured Python IDE for professional programmers.
- pkgver = 6.0.2.1.1
+ pkgver = 6.0.2.1.2
pkgrel = 1
url = http://www.wingware.com
install = wingide.install
@@ -15,9 +15,11 @@ pkgbase = wingide
options = !strip
options = !emptydirs
source = http://wingware.com/pub/wingide/6.0.2/wingide-6.0.2-1-x86_64-linux.tar.bz2
+ source = http://wingware.com/pub/wingide/6.0.2/patches/dont-fill-database-6.0.2p3-all.tar
source = http://wingware.com/pub/wingide/6.0.2/patches/fix-remote-debug-6.0.2p1-all.tar
source = http://wingware.com/pub/wingide/6.0.2/patches/py3-pi-files-6.0.2p2-linux64.tar
md5sums = e3d7ba6435b747ac348166d7db5aef00
+ md5sums = b084f0bdbc2f4c250683f776f29d0ebc
md5sums = 18df10d42f3e7befd012db2c41c5a03f
md5sums = 03046d03198fe1535e24735ef6a8bd0e
diff --git a/PKGBUILD b/PKGBUILD
index 9daca7c19e17..72bc51f381c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,20 +3,21 @@
pkgname=wingide
_wingver=6.0.2
_wingrel=1
-_wing_patch_lvl=1 #bump this when adding a patch
+_wing_patch_lvl=2 #bump this when adding a patch
pkgver=$_wingver.$_wingrel.$_wing_patch_lvl
pkgrel=1
pkgdesc="Wing IDE Professional is the full-featured Python IDE for professional programmers."
url="http://www.wingware.com"
license=('custom')
arch=('x86_64')
-_wingpatch=("fix-remote-debug-6.0.2p1-all.tar" "py3-pi-files-6.0.2p2-linux64.tar")
+_wingpatch=("dont-fill-database-6.0.2p3-all.tar" "fix-remote-debug-6.0.2p1-all.tar" "py3-pi-files-6.0.2p2-linux64.tar")
_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=('e3d7ba6435b747ac348166d7db5aef00'
+ 'b084f0bdbc2f4c250683f776f29d0ebc'
'18df10d42f3e7befd012db2c41c5a03f'
'03046d03198fe1535e24735ef6a8bd0e')