summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f2bb58c7eb5..03ca850ce52c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=clblast-git
_gitname=CLBlast
pkgver=1.6.1.5.gbcd294a9
-pkgrel=1
+pkgrel=2
pkgdesc="Tuned OpenCL BLAS library (works with OpenCL 1.1)"
arch=('i686' 'x86_64')
url="https://github.com/CNugteren/CLBlast"
@@ -11,6 +11,7 @@ license=('Apache')
depends=("opencl-headers" "ocl-icd")
makedepends=('git' 'cmake')
provides=("clblast")
+conflicts=("clblast")
source=("git+https://github.com/CNugteren/${_gitname}.git")
md5sums=('SKIP')