summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parent2c9a861fefd5e99c4b5dcaf901d02da7b949674b (diff)
downloadaur-00cf13362e20a963d878735a90032faecacdc8ce.tar.gz
Update to version 3.3.14
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"