From c3266ae87f6ec20e7f6e7b829acbba013a19573b Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 30 Apr 2016 00:47:45 -0300 Subject: arrayfire 3.3.2-1.parabola1: updating version --- libre/arrayfire/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libre/arrayfire') diff --git a/libre/arrayfire/PKGBUILD b/libre/arrayfire/PKGBUILD index 76bcadff3..653c21e69 100644 --- a/libre/arrayfire/PKGBUILD +++ b/libre/arrayfire/PKGBUILD @@ -3,7 +3,7 @@ pkgname=arrayfire pkgdesc="High performance software library for parallel computing with an easy-to-use API, without nonfree cuda and nvidia-utils support and nonfree SIFT algorithm" url='http://arrayfire.com' -pkgver=3.3.1 +pkgver=3.3.2 arch=('i686' 'x86_64') pkgrel=1.parabola1 license=('BSD') @@ -13,8 +13,8 @@ optdepends=('libclc: Required for using OpenCL backend') mksource=(http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2) source=(https://repo.parabola.nu/other/${pkgname}-libre/${pkgname}-libre-full-${pkgver}.tar.bz2 remove-nonfree-references.patch) -mkmd5sums=('4d2b7e9c14d1e5ba3ab262aceec94991') -md5sums=('c7ba11933024d8d57b369acb55bf3356' +mkmd5sums=('01d8d3d498291cf77da9461e34d3671c') +md5sums=('8f3e13dfb0fd8ce8aa7874762c53cdc3' 'a826b39647d3b48295dd727a2d74fb6a') check() { @@ -75,7 +75,7 @@ build() { -DBUILD_SIFT=OFF \ -DBUILD_CUDA=OFF - make + make -j1 } package() { -- cgit v1.2.3-54-g00ecf