summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandy Carter2020-03-16 06:12:21 +0100
committerSandy Carter2020-03-16 06:12:21 +0100
commit8351c72e6370e30275d9b2312743a39c0547dc09 (patch)
tree3f432107eca8a2d9343f00ef3cd4f3ae90066a1c
parent7f8b02e69f640d7e28ffd022ce3ac89493c7d0d0 (diff)
downloadaur-8351c72e6370e30275d9b2312743a39c0547dc09.tar.gz
Update to 2020.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89998a31402d..bdfd48f327da 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = nsight-graphics
pkgdesc = Standalone application for the debugging and profiling of graphics applications
- pkgver = 2019.6.1
+ pkgver = 2020.1.0
pkgrel = 1
url = https://developer.nvidia.com/nsight-graphics
arch = x86_64
@@ -25,10 +25,10 @@ pkgbase = nsight-graphics
provides = nsight
replaces = nsight
options = !debug
- source = NVIDIA_Nsight_Graphics_2019.6.1.run::https://developer.nvidia.com/rdp/assets/nsight-graphics-2019_6_1-linux-installer
+ source = NVIDIA_Nsight_Graphics_2020.1.0.run::https://developer.nvidia.com/rdp/assets/nsight-graphics-2020_1_0-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 = f8c75c61a23e5872619b7ae7b7f364c1239162bb48524cbd3b28f02cbe7fdb30683f013130692d4131c6127770683a4179a96f0316bda2ea14e2fe130fdaa4aa
+ sha512sums = afb1779f46f04928e923705f21b42bf04ee49a6db9998e5844f801afdf9de1523aa2f04c47e0a03877327d8f938d0957a6a769ee0815ec5dca336712efb8d53d
sha512sums = 784985c2bd3a053cee4887af3b960c7fdc041dda3ca71196ec0870d5413f646d542687b16bffe85985a46d70f68ccf7df29ed5e39952d5e553a4beec485a1185
sha512sums = f1bf5ebab9b766cba14438b0560652debe9b16f9a37bb1d606238d055cfc64f60978b6f2d64a30aced5e48ed4609bb535eb89d6606c49b927678b01c52d13546
diff --git a/PKGBUILD b/PKGBUILD
index 454111496c3f..97485d38918b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=nsight-graphics
-pkgver=2019.6.1
+pkgver=2020.1.0
_pkgver=${pkgver//\./_}
pkgrel=1
pkgdesc="Standalone application for the debugging and profiling of graphics applications"
@@ -12,7 +12,7 @@ depends=("libx11" "libxcb" "nvidia" "openssl" "icu" "qt5-base" "qt5-multimedia"
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=("f8c75c61a23e5872619b7ae7b7f364c1239162bb48524cbd3b28f02cbe7fdb30683f013130692d4131c6127770683a4179a96f0316bda2ea14e2fe130fdaa4aa"
+sha512sums=("afb1779f46f04928e923705f21b42bf04ee49a6db9998e5844f801afdf9de1523aa2f04c47e0a03877327d8f938d0957a6a769ee0815ec5dca336712efb8d53d"
"784985c2bd3a053cee4887af3b960c7fdc041dda3ca71196ec0870d5413f646d542687b16bffe85985a46d70f68ccf7df29ed5e39952d5e553a4beec485a1185"
"f1bf5ebab9b766cba14438b0560652debe9b16f9a37bb1d606238d055cfc64f60978b6f2d64a30aced5e48ed4609bb535eb89d6606c49b927678b01c52d13546")
replaces=('nsight')