[arch-commits] Commit in cuda/trunk (PKGBUILD)

Konstantin Gizdov kgizdov at archlinux.org
Thu Apr 11 13:27:30 UTC 2019


    Date: Thursday, April 11, 2019 @ 13:27:28
  Author: kgizdov
Revision: 451096

specify jre=8 in optdepends

Modified:
  cuda/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-11 12:31:09 UTC (rev 451095)
+++ PKGBUILD	2019-04-11 13:27:28 UTC (rev 451096)
@@ -4,7 +4,7 @@
 pkgver=10.1.105
 _basever=10.1.105
 _driverver=418.39
-pkgrel=8
+pkgrel=9
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="http://www.nvidia.com/object/cuda_home.html"
@@ -14,7 +14,7 @@
 replaces=('cuda-toolkit' 'cuda-sdk')
 provides=('cuda-toolkit' 'cuda-sdk')
 optdepends=('gdb: for cuda-gdb'
-            'java-runtime: for nsight and nvvp')
+            'java-runtime=8: for nsight and nvvp')
 options=(!strip staticlibs)
 install=cuda.install
 source=(https://developer.nvidia.com/compute/cuda/10.1/Prod/local_installers/cuda_${_basever}_${_driverver}_linux.run



More information about the arch-commits mailing list