summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index df01ab41d49d..dca6f9966c9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xonsh-git
_gitname=xonsh
-pkgver=0.4.4.r217.g8155802
+pkgver=0.5.6.r152.gf35ac0fb
pkgrel=1
pkgdesc="A Python-ish, BASHwards-compatible shell"
url="http://github.com/scopatz/xonsh"
@@ -25,7 +25,5 @@ package() {
cd "$srcdir/$_gitname"
python setup.py install --root=$pkgdir
install -D -m644 license "$pkgdir/usr/share/licenses/$_gitname/license"
- site_packages=$(python -c "import site; print(site.__file__.rsplit('/', 2)[-2])")
- install -D -m644 xonsh/parser_table.py "$pkgdir/usr/lib/$site_packages/site-packages/xonsh"
}