summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 031899e8dd2e..efae5bfba2c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=thonny
pkgver=2.2.0b2
-pkgrel=1
+pkgrel=2
pkgdesc="Python IDE for beginners."
arch=('any')
url="http://thonny.cs.ut.ee/"
@@ -31,6 +31,6 @@ package() {
cp -dr --no-preserve=ownership "$pkgname/lib/python3.6/site-packages/thonny" \
"$pkgdir/usr/lib/python3.6/site-packages"
- install -Dm 644 "$pkgname/lib/python3.6/site-packages/distro.py" \
- "$pkgdir/usr/lib/python3.6/site-packages/distro.py"
+ # install -Dm 644 "$pkgname/lib/python3.6/site-packages/distro.py" \
+ # "$pkgdir/usr/lib/python3.6/site-packages/distro.py"
}