[arch-commits] Commit in nvtop/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed May 4 08:00:09 UTC 2022


    Date: Wednesday, May 4, 2022 @ 08:00:09
  Author: felixonmars
Revision: 1192606

archrelease: copy trunk to community-x86_64

Added:
  nvtop/repos/community-x86_64/PKGBUILD
    (from rev 1192605, nvtop/trunk/PKGBUILD)
Deleted:
  nvtop/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-04 07:59:57 UTC (rev 1192605)
+++ PKGBUILD	2022-05-04 08:00:09 UTC (rev 1192606)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Maxime Schmitt <maxime.schmitt91 at gmail.com>
-
-pkgname=nvtop
-pkgver=1.2.2
-pkgrel=1
-pkgdesc="An htop like monitoring tool for NVIDIA GPUs"
-arch=('x86_64')
-url="https://github.com/Syllo/nvtop"
-license=('GPL3')
-depends=('nvidia-utils' 'ncurses')
-makedepends=('cmake' 'cuda')
-source=("https://github.com/Syllo/nvtop/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('034ca55e773a34b433cc54e6dabf36911973b2ec0669a7f2757f9edcd6ae6e14493c8e31ecb9d7a8e45026ddd97cf543fa57b046d96de6cc650614cd539a6c6a')
-
-build() {
-  cd $pkgname-$pkgver
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: nvtop/repos/community-x86_64/PKGBUILD (from rev 1192605, nvtop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-04 08:00:09 UTC (rev 1192606)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Maxime Schmitt <maxime.schmitt91 at gmail.com>
+
+pkgname=nvtop
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="An htop like monitoring tool for NVIDIA GPUs"
+arch=('x86_64')
+url="https://github.com/Syllo/nvtop"
+license=('GPL3')
+depends=('nvidia-utils' 'ncurses')
+makedepends=('cmake' 'cuda')
+source=("https://github.com/Syllo/nvtop/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('88a0ffa48602d524e5c2405f078077f280745a4e760997f0b07f3933c23ec87d9f959b3f6d38221a99d99033982cdc780e14a8713a4d9ca68b4cbe23dd731a32')
+
+build() {
+  cd $pkgname-$pkgver
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list