From 423d3e541327fed5e6ac182f3ce77e5c390adfdb Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Wed, 30 Jan 2019 01:47:37 +0100 Subject: [PATCH] ispc: update to 1.10.0. --- srcpkgs/ispc/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/ispc/template b/srcpkgs/ispc/template index b5a4259487..bcf7e61107 100644 --- a/srcpkgs/ispc/template +++ b/srcpkgs/ispc/template @@ -1,10 +1,10 @@ # Template file for 'ispc' pkgname=ispc -version=1.9.2 -revision=3 +version=1.10.0 +revision=1 only_for_archs="i686 x86_64" build_style=gnu-makefile -hostmakedepends="llvm clang python m4 bison flex" +hostmakedepends="clang python m4 bison flex" makedepends="ncurses-devel zlib-devel" short_desc="A compiler for high-performance SIMD programming on the CPU" maintainer="Andrea Brancaleoni " @@ -12,7 +12,7 @@ license="BSD" homepage="https://ispc.github.io" distfiles="https://github.com/ispc/ispc/archive/v${version}.tar.gz" patch_args="-p1" -checksum=76a14e22f05a52fb0b30142686a6cb144b0415b39be6c9fcd3f17ac23447f0b2 +checksum=0aa30e989f8d446b2680c9078d5c5db70634f40b9aa07db387aa35aa08dd0b81 nopie=yes pre_build() {