summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamarth Ramesh2022-01-29 00:02:55 +0530
committerSamarth Ramesh2022-01-29 00:02:55 +0530
commitb7d2aef8e28df7fefc2ebe482e288367e89174df (patch)
tree10dfc978d424707eea94ce0778477ece940c704b
parent5b139d82918414a9a1fa62ebec49d775cd9c3551 (diff)
downloadaur-b7d2aef8e28df7fefc2ebe482e288367e89174df.tar.gz
bump to 8.1.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d21b68ae607..e23f51fd451d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wingpro8
pkgdesc = Wing IDE Professional is the full-featured Python IDE for professional programmers.
- pkgver = 8.0.3.0
+ pkgver = 8.1.2.0
pkgrel = 1
url = http://www.wingware.com
install = wingide.install
@@ -15,7 +15,7 @@ pkgbase = wingpro8
provides = wingide
conflicts = wingide
options = !strip
- source = https://wingware.com/pub/wingpro/8.0.3.0/wingpro-8.0.3.0-linux-x64.tar.bz2
- sha1sums = 256bc10c43625579e64eba8cbeeb5567d7bbeac996862b3c1f92a2c607de102a
+ source = https://wingware.com/pub/wingpro/8.1.2.0/wingpro-8.1.2.0-linux-x64.tar.bz2
+ sha1sums = a06cf7193db47683dfa0e8c7b3a71855eb0caaf8
pkgname = wingpro8
diff --git a/PKGBUILD b/PKGBUILD
index a17f8e8028b5..9e7e20ae3952 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname="wingpro8"
# cannot call it wingide8 as some parts hardcode it as wingide
_pkg_pname=wingide
-pkgver=8.0.3.0
+pkgver=8.1.2.0
pkgrel=1
pkgdesc="Wing IDE Professional is the full-featured Python IDE for professional programmers."
@@ -15,7 +15,7 @@ license=('custom')
arch=('x86_64')
source=("https://wingware.com/pub/wingpro/$pkgver/wingpro-$pkgver-linux-x64.tar.bz2" )
-sha1sums=("67e7e7b7930fd6bf377e95a0c0d7816d610ea82c")
+sha1sums=("a06cf7193db47683dfa0e8c7b3a71855eb0caaf8")
depends=('xdg-utils' 'python' 'qt5-svg' 'libxcb' 'perl' 'java-runtime')
provides=(${_pkg_pname})