[arch-commits] Commit in arrayfire/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sun Dec 20 14:05:56 UTC 2015
Date: Sunday, December 20, 2015 @ 15:05:55
Author: svenstaro
Revision: 153773
upgpkg: arrayfire 3.2.1-1
upstream release 3.2.1
Modified:
arrayfire/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-12-20 11:24:11 UTC (rev 153772)
+++ PKGBUILD 2015-12-20 14:05:55 UTC (rev 153773)
@@ -2,9 +2,9 @@
pkgname=arrayfire
pkgdesc="High performance software library for parallel computing with an easy-to-use API"
url='http://arrayfire.com'
-pkgver=3.2.0
+pkgver=3.2.1
arch=('i686' 'x86_64')
-pkgrel=2
+pkgrel=1
license=('BSD')
makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 'boost' 'git')
makedepends_x86_64=('cuda' 'nvidia-utils')
@@ -13,7 +13,7 @@
'nvidia-utils: Required for using CUDA backend'
'libclc: Required for using OpenCL backend')
source=(http://arrayfire.com/arrayfire_source/arrayfire-full-${pkgver}.tar.bz2)
-md5sums=('0dc2dd8188b0cd60baeeef214cbe68c4')
+md5sums=('2ea5766357c6740ccbdbfdb127bfa97c')
check() {
cd "${srcdir}/arrayfire-full-${pkgver}/build"
More information about the arch-commits
mailing list