summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM.Reynolds2018-11-22 13:02:09 -0500
committerM.Reynolds2018-11-22 13:02:09 -0500
commit1c18413f27498a83d508148df41f22c37c4557dc (patch)
tree113ee01275ec6daccc60cb1c0668da2a91c9dfc0 /PKGBUILD
parent52eeac9a6ad41893d627944771591e6a2aad6ae3 (diff)
downloadaur-1c18413f27498a83d508148df41f22c37c4557dc.tar.gz
Update 3.0.8 and add mypy dep
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() {