summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d4e33392f9d..b3ef16b9218a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thonny-git
pkgdesc = Python IDE for beginners.
- pkgver = r1529.2c7e555
+ pkgver = r3389.76cb0b7a
pkgrel = 1
url = http://thonny.org/
arch = any
@@ -13,7 +13,7 @@ pkgbase = thonny-git
depends = tk
provides = thonny
conflicts = thonny
- source = git+https://bitbucket.org/plas/thonny.git
+ source = git+https://github.com/thonny/thonny.git
sha256sums = SKIP
pkgname = thonny-git
diff --git a/PKGBUILD b/PKGBUILD
index cf7a27cb422f..ff3f48c58bea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=thonny-git
-pkgver=r1529.2c7e555
+pkgver=r3389.76cb0b7a
pkgrel=1
pkgdesc="Python IDE for beginners."
arch=('any')
@@ -8,7 +8,7 @@ license=('MIT')
conflicts=("thonny")
provides=("thonny")
depends=('openssl' 'python' 'python-beautifulsoup4' 'python-jedi' 'tcl' 'tk')
-source=("git+https://bitbucket.org/plas/thonny.git")
+source=("git+https://github.com/thonny/thonny.git")
sha256sums=('SKIP')
pkgver() {