summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamarth2021-04-21 12:32:33 +0530
committerSamarth2021-04-21 12:33:12 +0530
commit81a2bece6b0af371e91e6d4527cc8b9992a19ef3 (patch)
treec32a14c77445f5d90c24ca07381ff461ce16ec91
parentf816c5c0a05e58c5dd27a4e783f209351c4bbbe3 (diff)
downloadaur-wingide.tar.gz
bump to 7.2.9
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 490c9e33a48a..e608918079a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = wingide
arch = x86_64
license = custom
depends = hicolor-icon-theme
- depends = libpng
depends = python2
depends = xdg-utils
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 07b0d9db3c17..57d8b63159ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Grey Christoforo <first name [at] last name [dot] net>
pkgname=wingide
-_wingver=7.2.8.0
+_wingver=7.2.9.0
_wing_patch_lvl=0 #bump this when adding a patch
pkgver=$_wingver.$_wing_patch_lvl
pkgrel=1
@@ -13,9 +13,9 @@ _wingpatch=("")
_patch_url_prefix=https://wingware.com/pub/wingpro/$_wingver/patches/
#_wingpatch=( "${_wingpatch[@]/#/$_patch_url_prefix}" )
source=("https://wingware.com/pub/wingpro/$_wingver/wingpro-$_wingver-linux-x64.tar.bz2" ${_wingpatch[*]})
-depends=('hicolor-icon-theme' 'libpng' 'python2' 'xdg-utils')
+depends=('hicolor-icon-theme' 'python2' 'xdg-utils')
options=(!strip !emptydirs)
-sha1sums=('058d2f35f9856bd8f908b73ae36688f25c09421f')
+sha1sums=('d36a8083ff291a8fe52940d3d12efa06d94788fc')
install=${pkgname}.install