summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTércio Martins2023-06-06 17:05:29 -0300
committerTércio Martins2023-06-06 17:05:29 -0300
commita0179a2dea55fdd336b979713874918c89f996da (patch)
tree5989bf01f7bfdfa245a2e9ff154a35267cc15d93 /PKGBUILD
parentea102dda3316c3613880909c17090f0b255e2e9f (diff)
downloadaur-a0179a2dea55fdd336b979713874918c89f996da.tar.gz
Update to version 4.1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75f2312ac422..cca487a42b10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: M.Reynolds <blackboxnetworkproject@gmail.com>
pkgname=thonny
-pkgver=4.0.2
+pkgver=4.1.0
pkgrel=1
pkgdesc="Python IDE for beginners"
arch=('any')
@@ -15,7 +15,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=('ca7057b4b5ec052798566b5f954f02af9002fc4dee525e79201b8f89ada38ca1cdfd72a28bcda82f936ec97425b63d865466cbe4d3745571f00174779e177bb1')
+sha512sums=('ad5853dbc004b8111761a7ca9e13342173c8683392334794c6241bef03ec677b410856485f44abb8125d33f16351251711b3935401f2bdea631011ca984d0741')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"