[arch-commits] Commit in cuda/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Tue May 1 15:48:15 UTC 2018
Date: Tuesday, May 1, 2018 @ 15:48:14
Author: svenstaro
Revision: 318594
upgpkg: cuda 9.1.85.3-4
Add depends on nvidia-utils
Modified:
cuda/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-01 15:35:23 UTC (rev 318593)
+++ PKGBUILD 2018-05-01 15:48:14 UTC (rev 318594)
@@ -3,12 +3,12 @@
pkgname=cuda
pkgver=9.1.85.3
_basever=9.1.85
-pkgrel=3
+pkgrel=4
pkgdesc="NVIDIA's GPU programming toolkit"
arch=('x86_64')
url="http://www.nvidia.com/object/cuda_home.html"
license=('custom:NVIDIA')
-depends=('gcc-libs' 'opencl-nvidia' 'gcc5')
+depends=('gcc-libs' 'opencl-nvidia' 'gcc5' 'nvidia-utils')
replaces=('cuda-toolkit' 'cuda-sdk')
provides=('cuda-toolkit' 'cuda-sdk')
optdepends=('gdb: for cuda-gdb'
More information about the arch-commits
mailing list