diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-11-05 19:01:34 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2015-11-05 19:01:34 -0300 |
commit | f267f0563582f3545842927cf6d6e28ae1761144 (patch) | |
tree | c43ca3900c9709c15856fc57076488272a6867be /libre/arrayfire | |
parent | fa550b248b649cb85fffe23781552a6e6bdb0e21 (diff) | |
download | abslibre-f267f0563582f3545842927cf6d6e28ae1761144.tar.gz abslibre-f267f0563582f3545842927cf6d6e28ae1761144.tar.bz2 abslibre-f267f0563582f3545842927cf6d6e28ae1761144.zip |
arrayfire-3.1.3-1.parabola1: updating version
Diffstat (limited to 'libre/arrayfire')
-rw-r--r-- | libre/arrayfire/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/arrayfire/PKGBUILD b/libre/arrayfire/PKGBUILD index 8db884e03..33cd54b2d 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.1.2 +pkgver=3.1.3 arch=('i686' 'x86_64') pkgrel=1.parabola1 license=('BSD') @@ -15,8 +15,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=('c60b10a5ad66ca363ab0732fd9438c15') -md5sums=('39c4c2dbb0e0dd7460d357210fee1ead' +mkmd5sums=('0bc133fc8667120ad7799b3550780381') +md5sums=('7a970e4a9bba9ae4cdb97cda9008783c' 'bb0ef2b34ee09af4c85c9cb13c0ee485') check() { |