summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2022-10-26 20:37:16 -0300
committerTércio Martins2022-10-26 20:37:16 -0300
commit7b5dd827b2bef8557629e79899cf70af8d3dd09e (patch)
treed3b0af6f3086a37eb7e9f44a2242061748d2ba1e
parent8de87b249b45ba1c5a0aa720f9847b4323bb5937 (diff)
downloadaur-7b5dd827b2bef8557629e79899cf70af8d3dd09e.tar.gz
Update to version 4.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd40d34f04f3..f077b2a54410 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thonny
pkgdesc = Python IDE for beginners
- pkgver = 4.0.0
- pkgrel = 2
+ pkgver = 4.0.1
+ pkgrel = 1
url = https://thonny.org
arch = any
license = MIT
@@ -21,7 +21,7 @@ pkgbase = thonny
depends = tk
optdepends = python-birdseye: Debug support with Birdseye
optdepends = python-pgzero: Run programs made with Pygame Zero
- source = thonny-4.0.0.tar.gz::https://github.com/thonny/thonny/archive/v4.0.0.tar.gz
- sha512sums = 81a9c11108e9bd03940244ffc4e9f60990eccb8440838a01fff0b38bc37f1e15b63e1275aaefbcdcc2c0d817f74c0e72dfe79ad6a7c5da9ffc0deee8f5e69af0
+ source = thonny-4.0.1.tar.gz::https://github.com/thonny/thonny/archive/v4.0.1.tar.gz
+ sha512sums = 0b2cc33c3a71b18223237b3633707b5a236a9c4e9ea6647c6d72bbda846574ddd6cb5b54273659978fa5fe04f62cd87336d7edd125da604c88f813bb48e50152
pkgname = thonny
diff --git a/PKGBUILD b/PKGBUILD
index 9c30d53d0244..fc6cc2aa5112 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: M.Reynolds <blackboxnetworkproject@gmail.com>
pkgname=thonny
-pkgver=4.0.0
-pkgrel=2
+pkgver=4.0.1
+pkgrel=1
pkgdesc="Python IDE for beginners"
arch=('any')
url="https://thonny.org"
@@ -14,7 +14,7 @@ makedepends=('python-build' 'python-installer')
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=('81a9c11108e9bd03940244ffc4e9f60990eccb8440838a01fff0b38bc37f1e15b63e1275aaefbcdcc2c0d817f74c0e72dfe79ad6a7c5da9ffc0deee8f5e69af0')
+sha512sums=('0b2cc33c3a71b18223237b3633707b5a236a9c4e9ea6647c6d72bbda846574ddd6cb5b54273659978fa5fe04f62cd87336d7edd125da604c88f813bb48e50152')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"