summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKostas Georgiadis2020-11-28 13:41:58 +0200
committerKostas Georgiadis2020-11-28 13:41:58 +0200
commitea34b970e83f9eeb7369a64ae1a4cfed7aebaf29 (patch)
tree129ac5945a244b3407580ee4229fa8919205ad6c
parentcc3c16867be7715fbe8148acdcb6d792b3903390 (diff)
downloadaur-ea34b970e83f9eeb7369a64ae1a4cfed7aebaf29.tar.gz
fix conflict
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4a52de8ad3d..284e6f063adc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,8 @@ arch=('x86_64')
url="https://developer.nvidia.com/cuda-zone"
license=('custom:NVIDIA')
depends=('gcc-libs' 'gcc' 'opencl-nvidia' 'nvidia-utils')
-replaces=('cuda-toolkit' 'cuda-sdk' 'cuda')
+conflicts=('cuda')
+replaces=('cuda-toolkit' 'cuda-sdk')
provides=('cuda-toolkit' 'cuda-sdk' 'cuda')
optdepends=('gdb: for cuda-gdb'
'java-runtime=8: for nsight and nvvp')