summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTércio Martins2023-06-21 15:52:03 -0300
committerTércio Martins2023-06-21 15:52:03 -0300
commit7221cb5d3205cbf72b00db7ea30bf70d989986de (patch)
tree8b57355f6f3718756c3d07942f5b92bcaf9286a1 /PKGBUILD
parenta0179a2dea55fdd336b979713874918c89f996da (diff)
downloadaur-7221cb5d3205cbf72b00db7ea30bf70d989986de.tar.gz
Update to version 4.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cca487a42b10..797f19712d53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: M.Reynolds <blackboxnetworkproject@gmail.com>
pkgname=thonny
-pkgver=4.1.0
+pkgver=4.1.1
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=('ad5853dbc004b8111761a7ca9e13342173c8683392334794c6241bef03ec677b410856485f44abb8125d33f16351251711b3935401f2bdea631011ca984d0741')
+sha512sums=('5b77eb6d9f29d94aa8bedd0942954b0772f99b639cfbc90cb01c373731cea30c0705ede75eb49955f72a518a402d8dbc9fdc2d2c6f11699c63d22dc864a5dfab')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"