summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3bdd62fa30c9..09ddf9a232c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: M.Reynolds <blackboxnetworkproject@gmail.com>
pkgname=thonny
-pkgver=3.0.5
+pkgver=3.0.8
pkgrel=1
pkgdesc="Python IDE for beginners."
arch=('any')
url="http://thonny.cs.ut.ee/"
license=('MIT')
-depends=('openssl' 'python' 'python-beautifulsoup4' 'python-docutils'
+depends=('openssl' 'python' 'python-beautifulsoup4' 'python-docutils' 'mypy'
'python-astroid' 'python-pylint' 'python-pyserial' 'python-jedi' 'tcl' 'tk')
source=("https://bitbucket.org/plas/$pkgname/downloads/$pkgname-$pkgver-x86_64.tar.gz")
-sha256sums=('361e9fcd087596995d432d5ebbb3cb262d8700173dbb82c7bb893fd65f31e836')
+sha256sums=('a5454edeec9eec1e6f9b7939414792a4f34efeb022f3d4f1fb253ff16e2adcf2')
package() {