summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDominik Wetzel2023-11-09 13:09:34 +0100
committerDominik Wetzel2023-11-09 13:09:34 +0100
commitd769d4355577fbd1a68783c96637ef476e0342c0 (patch)
tree909a56e257fec6493d4eef29aaa4114268d4d45a /PKGBUILD
parent449bc381eeb938139a0168678833d0062d8d6ce3 (diff)
downloadaur-clblast-git.tar.gz
Added conflicts with clblast
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')