summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a83adb04ea17..19016f794873 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thonny
pkgdesc = Python IDE for beginners.
- pkgver = 2.1.11
+ pkgver = 2.1.13
pkgrel = 1
url = http://thonny.cs.ut.ee/
arch = any
@@ -11,8 +11,8 @@ pkgbase = thonny
depends = python-jedi
depends = tcl
depends = tk
- source = https://bitbucket.org/plas/thonny/downloads/thonny-2.1.11-x86_64.tar.gz
- sha256sums = 00f6a8b6a8fa5ba6cd21079057889125f608177f45c7a3e30b0ea4f4192d3bf8
+ source = https://bitbucket.org/plas/thonny/downloads/thonny-2.1.13-x86_64.tar.gz
+ sha256sums = 0b243b02b8d9f09c6c5137cae664da19adfe8a52db14ed20e2123f59e6ff470b
pkgname = thonny
diff --git a/PKGBUILD b/PKGBUILD
index e63a04e5d150..063bd77f19bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: M.Reynolds <blackboxnetworkproject@gmail.com>
pkgname=thonny
-pkgver=2.1.11
+pkgver=2.1.13
pkgrel=1
pkgdesc="Python IDE for beginners."
arch=('any')
@@ -9,7 +9,7 @@ url="http://thonny.cs.ut.ee/"
license=('MIT')
depends=('openssl' 'python' 'python-beautifulsoup4' 'python-jedi' 'tcl' 'tk')
source=("https://bitbucket.org/plas/$pkgname/downloads/$pkgname-$pkgver-x86_64.tar.gz")
-sha256sums=('00f6a8b6a8fa5ba6cd21079057889125f608177f45c7a3e30b0ea4f4192d3bf8')
+sha256sums=('0b243b02b8d9f09c6c5137cae664da19adfe8a52db14ed20e2123f59e6ff470b')
package() {