summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJennifer Zhou2024-04-28 01:14:59 +0000
committerJennifer Zhou2024-04-28 01:14:59 +0000
commitc11de31ca20e5642f9448464eaf8dd51c535f347 (patch)
treeb16280dec714109172a9619ed1baba7eb44671ac /PKGBUILD
parent34ebf27d030f44109fe6b7a7641dd0365de73925 (diff)
downloadaur-c11de31ca20e5642f9448464eaf8dd51c535f347.tar.gz
update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d825f038e585..398d8b583c30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=nvidia-open-tinygrad-git
pkgname='nvidia-open-tinygrad-dkms-git'
-pkgver=550.78.r0.g083cd9cf1
+pkgver=550.76.r0.gea4c27fad
pkgrel=1
pkgdesc='NVIDIA open GPU kernel modules (tinygrad git version)'
arch=('x86_64')
@@ -11,18 +11,18 @@ url='https://github.com/tinygrad/open-gpu-kernel-modules'
license=('MIT' 'GPL-2.0-only')
makedepends=('git' 'linux-headers')
options=('!buildflags' '!lto' '!strip')
-source=('git+https://github.com/NVIDIA/open-gpu-kernel-modules.git'
+source=('git+https://github.com/NVIDIA/open-gpu-kernel-modules.git#tag=550.76'
'100-nvidia-open-tinygrad.patch'
'110-nvidia-open-change-dkms-conf.patch'
'120-nvidia-open-linux-rt-gift.patch'
'130-nvidia-open-reproducible-build.patch'
'140-nvidia-open-gcc-sls.patch')
-sha256sums=('SKIP'
- 'ccb296e9632bdda5b9897938e4439172db8b6c4fb7698a0edca3d87df17f15a6'
- '009724e2e07b7be589ba455f225a9742d88a3a29383f2f220cb830ef4c8b7aea'
- 'b0f62a78f749ff3a104197c12b6d885352adcf35fb5ecf00c4cd4c51b4195e45'
- '15421d72aabc569c69762c77c7a37ad7be617f08e3c833318cecdeb5500e8ef4'
- '71158935db9494bf8a18c34b29e2be19424ba09ce3017b9d9d7b6509f6090118')
+sha256sums=('dda312c60906cc2466a601cea0e31abee9852ac298989957f4d3b5e0375b9bf4'
+ 'a4a599629c96b7b2f7cdd496fec8f406ea4a4ea5ab30663cae09856618801a63'
+ '009724e2e07b7be589ba455f225a9742d88a3a29383f2f220cb830ef4c8b7aea'
+ 'b0f62a78f749ff3a104197c12b6d885352adcf35fb5ecf00c4cd4c51b4195e45'
+ '15421d72aabc569c69762c77c7a37ad7be617f08e3c833318cecdeb5500e8ef4'
+ '71158935db9494bf8a18c34b29e2be19424ba09ce3017b9d9d7b6509f6090118')
prepare() {
patch -d open-gpu-kernel-modules -Np1 -i "${srcdir}/100-nvidia-open-tinygrad.patch"