summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM.Reynolds2018-10-07 10:44:49 -0400
committerM.Reynolds2018-10-07 10:44:49 -0400
commite4dfeae759644e0251d02974a599abb657349a8d (patch)
tree07d2d16be7262532a19896b8567e0a6c772b697a /PKGBUILD
parentaf0d1e7fff8fa551365618c1345c329252bbbc63 (diff)
downloadaur-e4dfeae759644e0251d02974a599abb657349a8d.tar.gz
Update 3.0.0b6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b59786888c1..a148f8675361 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: M.Reynolds <blackboxnetworkproject@gmail.com>
pkgname=thonny
-pkgver=3.0.0b5
+pkgver=3.0.0b6
pkgrel=1
pkgdesc="Python IDE for beginners."
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('openssl' 'python' 'python-beautifulsoup4' 'python-docutils'
'python-astroid' 'python-pylint' 'python-pyserial' 'python-jedi' 'tcl' 'tk')
source=("https://bitbucket.org/plas/$pkgname/downloads/$pkgname-$pkgver-x86_64.tar.gz")
-sha256sums=('4f05396faee7d381097f6b88624f2b199f619917cb7c8c99a76ecff5d706fb36')
+sha256sums=('15546310dd14ee170cba717e74497963915b7467f9765ee939fca458678ed770')
package() {
@@ -34,4 +34,4 @@ package() {
install -d 644 "$pkgdir/usr/lib/python3.7/site-packages/thonny"
cp -dr --no-preserve=ownership "$pkgname/lib/python3.7/site-packages/thonny" \
"$pkgdir/usr/lib/python3.7/site-packages"
-} \ No newline at end of file
+}