summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandy Carter2021-02-10 12:24:05 -0500
committerSandy Carter2021-02-10 12:24:05 -0500
commit910374d2ac41409b15039cec257a3cbcc0d897d2 (patch)
tree4e7f19809226ab6b8bf6a74a8b0dce920f6a0426
parentf9eaa487fff14b20b0a9a0d84d31a5a136a46284 (diff)
downloadaur-910374d2ac41409b15039cec257a3cbcc0d897d2.tar.gz
update to 2021.1
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38f56657ac09..8cb97918affa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nsight-graphics
pkgdesc = Standalone application for the debugging and profiling of graphics applications
- pkgver = 2020.6.1
+ pkgver = 2021.1
pkgrel = 1
url = https://developer.nvidia.com/nsight-graphics
arch = x86_64
@@ -11,10 +11,10 @@ pkgbase = nsight-graphics
provides = nsight
replaces = nsight
options = !debug
- source = NVIDIA_Nsight_Graphics_2020.6.1.run::https://developer.nvidia.com/rdp/assets/nsight-graphics-2020_6_1-linux-installer
+ source = NVIDIA_Nsight_Graphics_2021.1.run::https://developer.nvidia.com/rdp/assets/nsight-graphics-2021_1-linux-installer
source = nsight-graphics.png::http://developer.download.nvidia.com/NsightVisualStudio/3.1/Documentation/UserGuide/HTML/Content/Images/NSight_256.png
source = nsight-graphics.desktop
- sha512sums = b5b11ed4ffcdd50caf049110eb638f227e4454e07b16e5cc887f16dcbdd1fc19495804a111e228a73f553c3b3cd2a0737cc146d320f970e64e2b435f6a36d7da
+ sha512sums = 6b6bbcb4ad75f0ec292d73f9238bdc0119c885bdc8b00ea7540fa18368abdfbf36d9d9150094e16961030b4ae218d70c9195737a51d712bf16331aea0dcb2321
sha512sums = 784985c2bd3a053cee4887af3b960c7fdc041dda3ca71196ec0870d5413f646d542687b16bffe85985a46d70f68ccf7df29ed5e39952d5e553a4beec485a1185
sha512sums = 6efb406dd53f76366fc3717b8605d4d63f568a203b94fcfe276889f3934b1dfd5f633582ddb8f6b8103365cd176042d831c384ec6c0f1c00fad2cd906988e3aa
diff --git a/.gitignore b/.gitignore
index e6866436ad05..b5f4f9d26d84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
src/
pkg/
*.pkg.tar.xz
+*.pkg.tar.zst
*.run
*.png
*.part
diff --git a/PKGBUILD b/PKGBUILD
index 0c4803f71914..146d7c24753d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=nsight-graphics
-pkgver=2020.6.1
+pkgver=2021.1
_pkgver=${pkgver//\./_}
pkgrel=1
pkgdesc="Standalone application for the debugging and profiling of graphics applications"
@@ -10,7 +10,7 @@ depends=("libx11" "libxcb" "NVIDIA-MODULE")
source=("NVIDIA_Nsight_Graphics_${pkgver}.run::https://developer.nvidia.com/rdp/assets/nsight-graphics-${_pkgver}-linux-installer"
"${pkgname}.png::http://developer.download.nvidia.com/NsightVisualStudio/3.1/Documentation/UserGuide/HTML/Content/Images/NSight_256.png"
"${pkgname}.desktop")
-sha512sums=('b5b11ed4ffcdd50caf049110eb638f227e4454e07b16e5cc887f16dcbdd1fc19495804a111e228a73f553c3b3cd2a0737cc146d320f970e64e2b435f6a36d7da'
+sha512sums=('6b6bbcb4ad75f0ec292d73f9238bdc0119c885bdc8b00ea7540fa18368abdfbf36d9d9150094e16961030b4ae218d70c9195737a51d712bf16331aea0dcb2321'
'784985c2bd3a053cee4887af3b960c7fdc041dda3ca71196ec0870d5413f646d542687b16bffe85985a46d70f68ccf7df29ed5e39952d5e553a4beec485a1185'
'6efb406dd53f76366fc3717b8605d4d63f568a203b94fcfe276889f3934b1dfd5f633582ddb8f6b8103365cd176042d831c384ec6c0f1c00fad2cd906988e3aa')
replaces=('nsight')