summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM.Reynolds2019-10-01 07:38:37 -0400
committerM.Reynolds2019-10-01 07:38:37 -0400
commit8cef0253ce5e786c11a77f24530b876c60128d69 (patch)
treec8cb6f0470331aebd8ef010aea0f6bc52692288e /PKGBUILD
parentbe28d6a666c8f98bfe2d37389cd956c30ae27985 (diff)
downloadaur-8cef0253ce5e786c11a77f24530b876c60128d69.tar.gz
Update 3.2.1 :: Correct upstream URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 26b2c5ff6cf1..ea96c2b39766 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: M.Reynolds <blackboxnetworkproject@gmail.com>
pkgname=thonny
-pkgver=3.2.0
+pkgver=3.2.1
pkgrel=1
pkgdesc="Python IDE for beginners."
arch=('any')
-url="http://thonny.cs.ut.ee/"
+url="http://thonny.org"
license=('MIT')
depends=('openssl' 'python' 'python-beautifulsoup4' 'python-docutils' 'mypy'
'python-astroid' 'python-pylint' 'python-pyserial' 'python-jedi' 'tcl' 'tk')
source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-x86_64.tar.gz")
-sha256sums=('dba7d27be4e5bd5690a719a0c95016561ba2172d619b588080afc1ee486b3d46')
+sha256sums=('e7c2ffa6172418273116e18b5b61e2c7c0462a46730916c8ef63bb7c6c5ad065')
package() {