Date: Sunday, November 6, 2022 @ 22:58:11
Author: felixonmars
Revision: 1345635
archrelease: copy trunk to community-x86_64
Added:
nvtop/repos/community-x86_64/PKGBUILD
(from rev 1345634, nvtop/trunk/PKGBUILD)
Deleted:
nvtop/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 54 +++++++++++++++++++++++++++---------------------------
1 file changed, 27 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-06 22:58:02 UTC (rev 1345634)
+++ PKGBUILD 2022-11-06 22:58:11 UTC (rev 1345635)
@@ -1,27 +0,0 @@
-# Maintainer: Felix Yan <[email protected]>
-# Contributor: Maxime Schmitt <[email protected]>
-
-pkgname=nvtop
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="GPUs process monitoring for AMD, Intel and NVIDIA"
-arch=('x86_64')
-url="https://github.com/Syllo/nvtop"
-license=('GPL3')
-depends=('ncurses' 'systemd-libs')
-makedepends=('cmake' 'libdrm' 'systemd')
-source=("https://github.com/Syllo/nvtop/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('fc1525e4040cdf75c09705eefc351c957c815d15d5e8f06591294f4f901c5f3a235a706dc249740f478a3e0b5812d061d142ea7095dbb2a0f620b3511a387f79')
-
-build() {
- cd $pkgname-$pkgver
-
- cmake -DCMAKE_INSTALL_PREFIX=/usr -DNVIDIA_SUPPORT=ON -DAMDGPU_SUPPORT=ON .
- make
-}
-
-package() {
- cd $pkgname-$pkgver
-
- make DESTDIR="$pkgdir/" install
-}
Copied: nvtop/repos/community-x86_64/PKGBUILD (from rev 1345634,
nvtop/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-06 22:58:11 UTC (rev 1345635)
@@ -0,0 +1,27 @@
+# Maintainer: Felix Yan <[email protected]>
+# Contributor: Maxime Schmitt <[email protected]>
+
+pkgname=nvtop
+pkgver=3.0.1
+pkgrel=1
+pkgdesc="GPUs process monitoring for AMD, Intel and NVIDIA"
+arch=('x86_64')
+url="https://github.com/Syllo/nvtop"
+license=('GPL3')
+depends=('ncurses' 'systemd-libs')
+makedepends=('cmake' 'libdrm' 'systemd')
+source=("https://github.com/Syllo/nvtop/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha512sums=('2d4584c004776ac72e08ab6ffa7ade66e498a170a71310c4ef36fe6d648ab2a19dcabf4292187d7b260783b4f4b1318a35c628fa860fa57ffd47a7d998566e12')
+
+build() {
+ cd $pkgname-$pkgver
+
+ cmake -DCMAKE_INSTALL_PREFIX=/usr -DNVIDIA_SUPPORT=ON -DAMDGPU_SUPPORT=ON .
+ make
+}
+
+package() {
+ cd $pkgname-$pkgver
+
+ make DESTDIR="$pkgdir/" install
+}