Date: Sunday, August 7, 2016 @ 15:50:38 Author: stativ Revision: 185888
upgpkg: ispc 1.9.1-1 update to 1.9.1 Modified: ispc/trunk/PKGBUILD ----------+ PKGBUILD | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-07 14:58:33 UTC (rev 185887) +++ PKGBUILD 2016-08-07 15:50:38 UTC (rev 185888) @@ -1,18 +1,17 @@ # $Id$ # Maintainer: Lukas Jirkovsky <l.jirkov...@gmail.com> pkgname=ispc -pkgver=1.8.2 -pkgrel=3 +pkgver=1.9.1 +pkgrel=1 pkgdesc="A compiler for high-performance SIMD programming on the CPU" arch=('i686' 'x86_64') url="https://ispc.github.io/" license=('BSD') -depends=('zlib') +depends=('ncurses' 'zlib') makedepends=('llvm' 'clang' 'python2') -source=("$pkgname-${pkgver}.tar.gz::https://github.com/ispc/ispc/archive/v${pkgver}.tar.gz" - "ispc-1.8.2-llvm-3.7.patch.gz") -md5sums=('ef99fb9e5fe5ca59d429ea8d0e6affd0' - '44fc2588209fafe8efee71c482a282cc') +makedepends_x86_64=('lib32-glibc') +source=("$pkgname-${pkgver}.tar.gz::https://github.com/ispc/ispc/archive/v${pkgver}.tar.gz") +md5sums=('b9a4e7c21c50900e836ef1626191e03b') prepare() { cd "$srcdir/$pkgname-$pkgver" @@ -19,9 +18,6 @@ # fix python version find . -name "*.py" -exec sed -i 's|python$|python2|' '{}' ';' sed -i 's|python |python2 |' Makefile - # fix build with llvm 3.7 - # https://github.com/ispc/ispc/issues/1106#issuecomment-149623230 - patch -Np1 -i ../ispc-1.8.2-llvm-3.7.patch } build() {