summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77ebde88f866..b6623a3b860b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=pyston
pkgver=0.5.1
-pkgrel=1
+pkgrel=2
pkgdesc="An open-source Python implementation using JIT techniques."
arch=('x86_64')
license=('custom')
url="https://github.com/dropbox/pyston"
-depends=('libtinfo')
+depends=('ncurses5-compat-libs')
source=(https://github.com/dropbox/pyston/releases/download/v${pkgver}/pyston-${pkgver}-linux64.tar.gz)
sha256sums=('4b0d2ad2c19f6393b79adbb9312649d38cb8cb3daf0c8fdf8631465c7761bb79')
@@ -18,8 +18,5 @@ package() {
cd "${srcdir}/pyston-${pkgver}-linux64/"
cp -R * "${pkgdir}/opt/pyston"
ln -s "/opt/pyston/pyston" "${pkgdir}/usr/bin/pyston"
-
- mkdir -p "${pkgdir}/usr/lib"
- ln -s /usr/lib/libtinfo.so.6 "${pkgdir}/usr/lib/libtinfo.so.5"
}