diff options
-rw-r--r-- | libre/arrayfire/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libre/arrayfire/PKGBUILD b/libre/arrayfire/PKGBUILD index 4ed25bf79..9682d0050 100644 --- a/libre/arrayfire/PKGBUILD +++ b/libre/arrayfire/PKGBUILD @@ -3,9 +3,9 @@ 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.2.1 +pkgver=3.2.2 arch=('i686' 'x86_64') -pkgrel=2.parabola1 +pkgrel=1.parabola1 license=('BSD') makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'glfw' 'glew' 'boost' 'git') depends=('cblas' 'fftw' 'boost-libs' 'lapacke' 'forge' 'freeimage' 'glfw' 'glew') @@ -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=('2ea5766357c6740ccbdbfdb127bfa97c') -md5sums=('828a2d9c36c49eae633f5d9b8cf0108a' +mkmd5sums=('2b7f354c249bdbeef158513c0136b4a5') +md5sums=('b8806d884ca54426ee6e343e6cfef875' '679f5b3b1dec733fd6c1e8c32168c560') check() { |