summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Milde2016-11-08 10:35:41 +0100
committerDaniel Milde2016-11-08 10:35:41 +0100
commit657a901391eb7cc73ec9f7c75f4b72a40e785273 (patch)
tree0bd21eb315a82026b2e4121f856ca713562fb89e
parent69edd74e0777d6088dd20ca24775beafa67d9ce5 (diff)
downloadaur-657a901391eb7cc73ec9f7c75f4b72a40e785273.tar.gz
ncurses5-compat-libs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1539b94a57e9..fbb773e04d2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = pyston
pkgdesc = An open-source Python implementation using JIT techniques.
pkgver = 0.5.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dropbox/pyston
arch = x86_64
license = custom
- depends = libtinfo
+ depends = ncurses5-compat-libs
source = https://github.com/dropbox/pyston/releases/download/v0.5.1/pyston-0.5.1-linux64.tar.gz
sha256sums = 4b0d2ad2c19f6393b79adbb9312649d38cb8cb3daf0c8fdf8631465c7761bb79
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"
}