summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e56e9318d6c9..ca4bbac45f34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thonny
pkgdesc = Python IDE for beginners
- pkgver = 3.3.6
+ pkgver = 3.3.7
pkgrel = 1
url = https://thonny.org
arch = any
@@ -19,8 +19,8 @@ pkgbase = thonny
depends = tk
optdepends = python-birdseye: Debug support with Birdseye
optdepends = python-pgzero: Run programs made with Pygame Zero
- source = thonny-3.3.6.tar.gz::https://github.com/thonny/thonny/archive/v3.3.6.tar.gz
- sha512sums = 71f60d45010adf8798e22cbe91dbceca860380c19f4b29e64160a309ae235bd68850e073c38243eb71e001a780cbc28630ef464cfbfda90716f49f27059edc89
+ source = thonny-3.3.7.tar.gz::https://github.com/thonny/thonny/archive/v3.3.7.tar.gz
+ sha512sums = 438f3a838d32e1dbfb94b93c5ef29d60b24a9786a6d95b25a857c00fe6891b4858df2ebe297bb89dd9bb11c40c315a49e39964178f611bc5404b395145890857
pkgname = thonny
diff --git a/PKGBUILD b/PKGBUILD
index 72be7778cc2a..339fd215bf9f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: M.Reynolds <blackboxnetworkproject@gmail.com>
pkgname=thonny
-pkgver=3.3.6
+pkgver=3.3.7
pkgrel=1
pkgdesc="Python IDE for beginners"
arch=('any')
@@ -13,7 +13,7 @@ depends=('hicolor-icon-theme' 'mypy' 'python-astroid' 'python-asttokens' 'python
optdepends=('python-birdseye: Debug support with Birdseye'
'python-pgzero: Run programs made with Pygame Zero')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('71f60d45010adf8798e22cbe91dbceca860380c19f4b29e64160a309ae235bd68850e073c38243eb71e001a780cbc28630ef464cfbfda90716f49f27059edc89')
+sha512sums=('438f3a838d32e1dbfb94b93c5ef29d60b24a9786a6d95b25a857c00fe6891b4858df2ebe297bb89dd9bb11c40c315a49e39964178f611bc5404b395145890857')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"