summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTércio Martins2021-07-28 22:12:00 -0300
committerTércio Martins2021-07-28 22:12:00 -0300
commit2c9a861fefd5e99c4b5dcaf901d02da7b949674b (patch)
tree238a2f9804e28ec18044f3c57714380982c6bcbb /PKGBUILD
parent7c8af3607ec04e4affd95fe30f35d072fa9f3ae9 (diff)
downloadaur-2c9a861fefd5e99c4b5dcaf901d02da7b949674b.tar.gz
Update to version 3.3.13
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b1f1537bec70..49e1f655ed9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: M.Reynolds <blackboxnetworkproject@gmail.com>
pkgname=thonny
-pkgver=3.3.11
+pkgver=3.3.13
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=('897e94fa6edc9ea5b03dc022eafc5e18f8b1eef4df49164f00db14550ad32013d5b1c8af430f324f00a39a46a6a78035d99fb6203555a2e875bd6080ae5be6ee')
+sha512sums=('de13bfbe44421e1fcce4fca06eb4513b8be4b7819b29cae99697bd2089691eb47f42bba4e998dbeb36b52e536ecc25effef71b4c905eac3bf0677685691b1a45')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"