summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2021-03-09 18:51:32 -0300
committerTércio Martins2021-03-09 18:51:32 -0300
commit7aeebd0c8d5e9d398d99347257dc2465d24a332f (patch)
tree0a400279f32d2f1bf73381b440a46daa7e89bbed
parentb507f8488662f69621a8bc5ce51ef8399782563c (diff)
downloadaur-7aeebd0c8d5e9d398d99347257dc2465d24a332f.tar.gz
Update to version 3.3.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cea562f5de00..e56e9318d6c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thonny
pkgdesc = Python IDE for beginners
- pkgver = 3.3.5
+ pkgver = 3.3.6
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.5.tar.gz::https://github.com/thonny/thonny/archive/v3.3.5.tar.gz
- sha512sums = afa6b913814cbd7982229a79b2cec36ecfbfdc98fdab8752e43c9d4b25e5250e48484421fdac4e3569337b2113773aa469c85310d8fa7a0411f9da5b092092a6
+ source = thonny-3.3.6.tar.gz::https://github.com/thonny/thonny/archive/v3.3.6.tar.gz
+ sha512sums = 71f60d45010adf8798e22cbe91dbceca860380c19f4b29e64160a309ae235bd68850e073c38243eb71e001a780cbc28630ef464cfbfda90716f49f27059edc89
pkgname = thonny
diff --git a/PKGBUILD b/PKGBUILD
index 628e23f79178..72be7778cc2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: M.Reynolds <blackboxnetworkproject@gmail.com>
pkgname=thonny
-pkgver=3.3.5
+pkgver=3.3.6
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=('afa6b913814cbd7982229a79b2cec36ecfbfdc98fdab8752e43c9d4b25e5250e48484421fdac4e3569337b2113773aa469c85310d8fa7a0411f9da5b092092a6')
+sha512sums=('71f60d45010adf8798e22cbe91dbceca860380c19f4b29e64160a309ae235bd68850e073c38243eb71e001a780cbc28630ef464cfbfda90716f49f27059edc89')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"