summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2021-08-28 21:40:14 -0300
committerTércio Martins2021-08-28 21:40:14 -0300
commit00cf13362e20a963d878735a90032faecacdc8ce (patch)
tree53eaaaa63aade87e7c1450ec1ce7d4dc295e323c
parent2c9a861fefd5e99c4b5dcaf901d02da7b949674b (diff)
downloadaur-00cf13362e20a963d878735a90032faecacdc8ce.tar.gz
Update to version 3.3.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35c194933a48..182d73a884f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thonny
pkgdesc = Python IDE for beginners
- pkgver = 3.3.13
+ pkgver = 3.3.14
pkgrel = 1
url = https://thonny.org
arch = any
@@ -19,7 +19,7 @@ pkgbase = thonny
depends = tk
optdepends = python-birdseye: Debug support with Birdseye
optdepends = python-pgzero: Run programs made with Pygame Zero
- source = thonny-3.3.13.tar.gz::https://github.com/thonny/thonny/archive/v3.3.13.tar.gz
- sha512sums = de13bfbe44421e1fcce4fca06eb4513b8be4b7819b29cae99697bd2089691eb47f42bba4e998dbeb36b52e536ecc25effef71b4c905eac3bf0677685691b1a45
+ source = thonny-3.3.14.tar.gz::https://github.com/thonny/thonny/archive/v3.3.14.tar.gz
+ sha512sums = 93898bd36276184ad736b73c58e78ffb69e2a9eca1cc4e915dd50c171c1f42df00182d8bb1315d2218705bc9a3b37e4256521469402bdafc599b86656e0d9121
pkgname = thonny
diff --git a/PKGBUILD b/PKGBUILD
index 49e1f655ed9e..46894b6e1b31 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: M.Reynolds <blackboxnetworkproject@gmail.com>
pkgname=thonny
-pkgver=3.3.13
+pkgver=3.3.14
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=('de13bfbe44421e1fcce4fca06eb4513b8be4b7819b29cae99697bd2089691eb47f42bba4e998dbeb36b52e536ecc25effef71b4c905eac3bf0677685691b1a45')
+sha512sums=('93898bd36276184ad736b73c58e78ffb69e2a9eca1cc4e915dd50c171c1f42df00182d8bb1315d2218705bc9a3b37e4256521469402bdafc599b86656e0d9121')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"