From 3a515abf80e0d2dd89de2d4204f8705626aa48aa Mon Sep 17 00:00:00 2001
From: Sven-Hendrik Haase <svenstaro@archlinux.org>
Date: Thu, 23 Mar 2023 21:46:19 +0000
Subject: [PATCH] Revert last change

---
 PKGBUILD | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 3649e94..492721a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=(cuda cuda-tools)
 pkgbase=cuda
 pkgver=12.1.0
 _driverver=530.30.02
-pkgrel=2
+pkgrel=3
 pkgdesc="NVIDIA's GPU programming toolkit"
 arch=('x86_64')
 url="https://developer.nvidia.com/cuda-zone"
@@ -120,8 +120,6 @@ build() {
   # Add a symlink lib->lib64 as some libraries might expect that (FS#76951)
   ln -s lib64 "${_prepdir}/opt/cuda/lib"
 
-  ln -s libcupti.so.12 "${_prepdir}"/opt/cuda/extras/CUPTI/lib64/libcupti.so.12.1
-
   # Allow newer compilers to work. This is not officially supported in the Arch package but
   # if users want to try, let them try.
   # See https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#system-requirements
-- 
GitLab