summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3ef16b9218a..6f48c3c7b645 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thonny-git
pkgdesc = Python IDE for beginners.
- pkgver = r3389.76cb0b7a
+ pkgver = r3934.3482d717
pkgrel = 1
url = http://thonny.org/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index ff3f48c58bea..f102e18f6cf6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=thonny-git
-pkgver=r3389.76cb0b7a
+pkgver=r3934.3482d717
pkgrel=1
pkgdesc="Python IDE for beginners."
arch=('any')
@@ -33,5 +33,5 @@ package() {
cp -dr --no-preserve=ownership "thonny/thonny" \
"$pkgdir/usr/lib/python3.6/site-packages"
- pip3 install --install-option="--prefix=$pkgdir/usr" --force distro tkinterhtml
+ pip3 install --prefix="$pkgdir/usr" --force distro tkinterhtml
}