summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRuben De Smet2019-10-20 17:28:27 +0200
committerRuben De Smet2019-10-20 17:28:27 +0200
commitf71cc6cdc7f4344e6a589377b3df108a3bb0bd20 (patch)
tree96cc83df2df462dfc62793b12a29bcc580c16b92
parent7200e37ac08e37408df0d7fde8cf91e1eab82c87 (diff)
downloadaur-f71cc6cdc7f4344e6a589377b3df108a3bb0bd20.tar.gz
7.1.2.0
wingware seems to have a good grasp on versioning and consistent packaging.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8de52c025c23..073c78dcd436 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Wed Mar 6 08:59:57 UTC 2019
pkgbase = wingide-101
pkgdesc = Wing 101 is a very simple free Python IDE designed for teaching beginning programmers. It omits most features found in Wing Pro.
- pkgver = 6.1.5
+ pkgver = 7.1.2.0
pkgrel = 1
url = https://wingware.com/downloads/wingide-101
install = wingide-101.install
arch = x86_64
license = custom
depends = python
- source = https://wingware.com/pub/wingide-101/6.1.5/wingide-101-6.1.5-1-x86_64-linux.tar.bz2
- sha256sums = 813393827ee59f90c021ac61e076f77a4b4ed0318d1f26cb72f2edc79e2ec331
+ source = https://wingware.com/pub/wingide-101/7.1.2.0/wing-101-7.1.2.0-linux-x64.tar.bz2
+ sha256sums = 2d190c0d67bdf8daeab241130379c30a358130802b9d274290c4dea8a48cbd07
pkgname = wingide-101
diff --git a/PKGBUILD b/PKGBUILD
index aa5ecbcf602c..4e2d0b992024 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Based on wingide (pro) by: Grey Christoforo <first name [at] last name [dot] net>
pkgname=wingide-101
-pkgver=6.1.5
+pkgver=7.1.2.0
pkgrel=1
pkgdesc="Wing 101 is a very simple free Python IDE designed for teaching beginning programmers. It omits most features found in Wing Pro."
arch=(x86_64)
@@ -11,15 +11,15 @@ license=('custom')
depends=('python')
install=${pkgname}.install
-source=(https://wingware.com/pub/wingide-101/$pkgver/wingide-101-$pkgver-$pkgrel-x86_64-linux.tar.bz2)
+source=(https://wingware.com/pub/wingide-101/$pkgver/wing-101-$pkgver-linux-x64.tar.bz2)
-sha256sums=('813393827ee59f90c021ac61e076f77a4b4ed0318d1f26cb72f2edc79e2ec331')
+sha256sums=('2d190c0d67bdf8daeab241130379c30a358130802b9d274290c4dea8a48cbd07')
# prepare() {
# }
package() {
- cd $srcdir/$pkgname-$pkgver-$pkgrel-x86_64-linux/
+ cd $srcdir/wing-101-$pkgver-linux-x64/
python wing-install.py \
--install-binary \
--winghome "${pkgdir}/opt/${pkgname}" \