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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Feb 24 09:01:48 UTC 2021


    Date: Wednesday, February 24, 2021 @ 09:01:48
  Author: svenstaro
Revision: 871018

upgpkg: cuda 11.2.1-2: Add manual provides for the primary shared objects of the package (FS#69629)

Modified:
  cuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-24 08:40:27 UTC (rev 871017)
+++ PKGBUILD	2021-02-24 09:01:48 UTC (rev 871018)
@@ -4,7 +4,7 @@
 pkgbase=cuda
 pkgver=11.2.1
 _driverver=460.32.03
-pkgrel=1
+pkgrel=2
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="https://developer.nvidia.com/cuda-zone"
@@ -11,7 +11,7 @@
 license=('custom:NVIDIA')
 depends=('gcc-libs'  'gcc' 'opencl-nvidia' 'nvidia-utils' 'python')
 replaces=('cuda-toolkit' 'cuda-sdk')
-provides=('cuda-toolkit' 'cuda-sdk')
+provides=('cuda-toolkit' 'cuda-sdk' "libcudart.so=$pkgver" "libcublas.so=$pkgver" "libcusolver.so=$pkgver" "libcusparse.so=$pkgver")
 optdepends=('gdb: for cuda-gdb')
 options=(!strip staticlibs)
 install=cuda.install



More information about the arch-commits mailing list