summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSandy Carter2020-03-25 08:23:29 +0100
committerSandy Carter2020-03-25 08:23:29 +0100
commitfb4ec25bc152e73dd315fdf2d513aee9e95b05be (patch)
tree91dbc28c01f11d135f1dfedffd8bec658ace0cfd /PKGBUILD
parent9adb5e806ac3720a9fa6bb7ce860acf548dd63ae (diff)
downloadaur-fb4ec25bc152e73dd315fdf2d513aee9e95b05be.tar.gz
Update to 2020.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 443d0b864073..3bdd266c13fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=nsight-graphics
-pkgver=2020.1.1
+pkgver=2020.2
_pkgver=${pkgver//\./_}
-pkgrel=2
+pkgrel=1
pkgdesc="Standalone application for the debugging and profiling of graphics applications"
arch=(x86_64)
url="https://developer.nvidia.com/nsight-graphics"
@@ -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=('fe534d88901b00cd42b93f9e0502a59c967e8f11e9469d4c020e82de4e4bf26b94556ed713a3dc5e9e59fec372ae50b4780d9d6355e1c6902716a80365bacda3'
+sha512sums=('c19a50f772e352565afb9ec650a7565252541e5fdee05eb12c6c08d2e4f148fee8f98fb9db55c3f10671b333308a4a4ceccc0b0a52a114b3c41c12d71351e43e'
'784985c2bd3a053cee4887af3b960c7fdc041dda3ca71196ec0870d5413f646d542687b16bffe85985a46d70f68ccf7df29ed5e39952d5e553a4beec485a1185'
'f1bf5ebab9b766cba14438b0560652debe9b16f9a37bb1d606238d055cfc64f60978b6f2d64a30aced5e48ed4609bb535eb89d6606c49b927678b01c52d13546')
replaces=('nsight')
@@ -89,7 +89,7 @@ package() {
install -dm 755 "${pkgdir}"/usr/bin
ln -s /opt/${pkgname}/host/linux-desktop-nomad-x64/nv-nsight-gfx "${pkgdir}"/usr/bin
- install -Dt "${pkgdir}/usr/share/vulkan/implicit_layer.d" -m644 "${srcdir}/${pkgname}/pkg/target/linux-desktop-nomad-x64/VK_LAYER_NV_nomad_release_public_${_pkgver}.json"
+ install -Dt "${pkgdir}/usr/share/vulkan/implicit_layer.d" -m644 "${srcdir}/${pkgname}/pkg/target/linux-desktop-nomad-x64/VK_LAYER_NV_nomad_release_public_${_pkgver}_0.json"
install -Dm644 "${srcdir}/${pkgname}.desktop" ${pkgdir}/usr/share/applications/${pkgname}.desktop
install -Dm644 "${srcdir}/${pkgname}.png" ${pkgdir}/usr/share/icons/hicolor/256x256/apps/${pkgname}.png