summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e083bddbaf0..845e425f3720 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thonny
pkgdesc = Python IDE for beginners.
- pkgver = 3.0.0b5
+ pkgver = 3.0.0b6
pkgrel = 1
url = http://thonny.cs.ut.ee/
arch = any
@@ -15,8 +15,8 @@ pkgbase = thonny
depends = python-jedi
depends = tcl
depends = tk
- source = https://bitbucket.org/plas/thonny/downloads/thonny-3.0.0b5-x86_64.tar.gz
- sha256sums = 4f05396faee7d381097f6b88624f2b199f619917cb7c8c99a76ecff5d706fb36
+ source = https://bitbucket.org/plas/thonny/downloads/thonny-3.0.0b6-x86_64.tar.gz
+ sha256sums = 15546310dd14ee170cba717e74497963915b7467f9765ee939fca458678ed770
pkgname = thonny
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
+}