summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM.Reynolds2018-06-03 19:02:35 -0400
committerM.Reynolds2018-06-03 19:02:35 -0400
commit42a1dbff645d19a05848bc69ebf849d23a104ca1 (patch)
tree9053c2f89384c274369e028c62c8905fa29ec080 /PKGBUILD
parentf74f0f9baf3c44074dc6d65054f12e6f60eab4b2 (diff)
downloadaur-42a1dbff645d19a05848bc69ebf849d23a104ca1.tar.gz
Remove *distro.py from package
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"
}