Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
cuda
Commits:
83da2f9e by Jakub Klinkovský at 2026-01-13T19:14:15+01:00
upgpkg: 13.1.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cuda
pkgdesc = NVIDIA's GPU programming toolkit
- pkgver = 13.1.0
+ pkgver = 13.1.1
pkgrel = 1
url = https://developer.nvidia.com/cuda-zone
install = cuda.install
@@ -12,7 +12,7 @@ pkgbase = cuda
options = !strip
options = !debug
options = staticlibs
- source =
https://developer.download.nvidia.com/compute/cuda/13.1.0/local_installers/cuda_13.1.0_590.44.01_linux.run
+ source =
https://developer.download.nvidia.com/compute/cuda/13.1.1/local_installers/cuda_13.1.1_590.48.01_linux.run
source = cuda.sh
source = cuda.conf
source = cublas.pc
@@ -43,7 +43,7 @@ pkgbase = cuda
source = nvjpeg.pc
source = nvrtc.pc
source = fix-glibc242.patch
- sha512sums =
a98092cb254d85fdcf422c57bae1bf2d5f7eba891d3613f8ab054ffc180b8b3d91535dd79661060c801582de4262651bf4675074b70b1dc2a24aace5ee6d9548
+ sha512sums =
16dbf7c2ec9770c53ec33c04801cf9d15b3512c9bcc3882ba1d1d776d0cbf228aac20360a815980fcb74c87c7aab4597ec73dfb3ab0db2d15614cf86b349f083
sha512sums =
93a52c9d1272aafc04ba07a74a41c1c3b3722107048cc1b40409406b4c9ba76cda8a8dc83c30d4a77996ef398732d5fb9615a4d47e3225d4a7ba6af82915b926
sha512sums =
3ef1d31adef59aaac464441aa1b8d92e706323492347e8ffec4ba1419576d3889791c8c13e8903dd79ceefc164cf473aef650105d1927cdb6676c936b66b2e45
sha512sums =
4fe5f183afde83c642f54c1f3c25042f09cce398d35efb151ef25ba932c2da7d1c15654d0c72ebb20dd02fd48c62d827d305f7afd40d3b2988509e0b27fd57af
=====================================
PKGBUILD
=====================================
@@ -4,10 +4,10 @@
pkgname=(cuda)
pkgbase=cuda
-pkgver=13.1.0
+pkgver=13.1.1
# Before upgrading, make sure that we ship at least this version of
# nvidia-utils as otherwise we'll get stuff such as #7.
-_driverver=590.44.01
+_driverver=590.48.01
pkgrel=1
pkgdesc="NVIDIA's GPU programming toolkit"
arch=(x86_64)
@@ -52,7 +52,7 @@
source=(https://developer.download.nvidia.com/compute/cuda/${pkgver}/local_insta
nvrtc.pc
fix-glibc242.patch
)
-sha512sums=('a98092cb254d85fdcf422c57bae1bf2d5f7eba891d3613f8ab054ffc180b8b3d91535dd79661060c801582de4262651bf4675074b70b1dc2a24aace5ee6d9548'
+sha512sums=('16dbf7c2ec9770c53ec33c04801cf9d15b3512c9bcc3882ba1d1d776d0cbf228aac20360a815980fcb74c87c7aab4597ec73dfb3ab0db2d15614cf86b349f083'
'93a52c9d1272aafc04ba07a74a41c1c3b3722107048cc1b40409406b4c9ba76cda8a8dc83c30d4a77996ef398732d5fb9615a4d47e3225d4a7ba6af82915b926'
'3ef1d31adef59aaac464441aa1b8d92e706323492347e8ffec4ba1419576d3889791c8c13e8903dd79ceefc164cf473aef650105d1927cdb6676c936b66b2e45'
'4fe5f183afde83c642f54c1f3c25042f09cce398d35efb151ef25ba932c2da7d1c15654d0c72ebb20dd02fd48c62d827d305f7afd40d3b2988509e0b27fd57af'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cuda/-/commit/83da2f9e6f078918201d01235a7e79349d3dedb4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cuda/-/commit/83da2f9e6f078918201d01235a7e79349d3dedb4
You're receiving this email because of your account on gitlab.archlinux.org.