summarylogtreecommitdiffstats
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
parent7c8af3607ec04e4affd95fe30f35d072fa9f3ae9 (diff)
downloadaur-2c9a861fefd5e99c4b5dcaf901d02da7b949674b.tar.gz
Update to version 3.3.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c06c1041c9d..35c194933a48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thonny
pkgdesc = Python IDE for beginners
- pkgver = 3.3.11
+ pkgver = 3.3.13
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.11.tar.gz::https://github.com/thonny/thonny/archive/v3.3.11.tar.gz
- sha512sums = 897e94fa6edc9ea5b03dc022eafc5e18f8b1eef4df49164f00db14550ad32013d5b1c8af430f324f00a39a46a6a78035d99fb6203555a2e875bd6080ae5be6ee
+ source = thonny-3.3.13.tar.gz::https://github.com/thonny/thonny/archive/v3.3.13.tar.gz
+ sha512sums = de13bfbe44421e1fcce4fca06eb4513b8be4b7819b29cae99697bd2089691eb47f42bba4e998dbeb36b52e536ecc25effef71b4c905eac3bf0677685691b1a45
pkgname = thonny
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}"