summaryrefslogtreecommitdiff
path: root/libre/arrayfire/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'libre/arrayfire/PKGBUILD')
-rw-r--r--libre/arrayfire/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/libre/arrayfire/PKGBUILD b/libre/arrayfire/PKGBUILD
index 33cd54b2d..a0bc98db1 100644
--- a/libre/arrayfire/PKGBUILD
+++ b/libre/arrayfire/PKGBUILD
@@ -3,21 +3,19 @@
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.1.3
+pkgver=3.2.0
arch=('i686' 'x86_64')
pkgrel=1.parabola1
license=('BSD')
makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 'boost' 'git')
-depends=('cblas' 'fftw' 'boost-libs' 'lapack' 'forge' 'freeimage')
-optdepends=('libclc: Required for using OpenCL backend'
- 'glfw: Required for running the examples'
- 'glew: Required for running the examples')
+depends=('cblas' 'fftw' 'boost-libs' 'lapack' 'forge' 'freeimage' 'glfw' 'glew')
+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=('0bc133fc8667120ad7799b3550780381')
-md5sums=('7a970e4a9bba9ae4cdb97cda9008783c'
- 'bb0ef2b34ee09af4c85c9cb13c0ee485')
+mkmd5sums=('0dc2dd8188b0cd60baeeef214cbe68c4')
+md5sums=('05455aee63c46dfa33fd2badb0cd3c17'
+ '679f5b3b1dec733fd6c1e8c32168c560')
check() {
cd "${srcdir}/arrayfire-full-${pkgver}/build"