summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86cc86047973..a68ae89f322b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = thonny
pkgdesc = Python IDE for beginners
pkgver = 3.3.1
pkgrel = 1
- url = http://thonny.org
+ url = https://thonny.org
arch = any
license = MIT
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 0b0a9ad074b4..7101c561a430 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=3.3.1
pkgrel=1
pkgdesc="Python IDE for beginners"
arch=('any')
-url="http://thonny.org"
+url="https://thonny.org"
license=('MIT')
depends=('hicolor-icon-theme' 'mypy' 'python-astroid' 'python-asttokens' 'python-docutils' 'python-jedi' \
'python-pylint' 'python-pyserial' 'python-send2trash' 'python-setuptools' 'tk')