George Hu pushed to branch main at Arch Linux / Packaging / Packages / nvtop
Commits:
9bd6595f by George Hu at 2026-01-17T17:05:25+08:00
Use SPDX license identifier
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -4,7 +4,7 @@ pkgbase = nvtop
pkgrel = 1
url = https://github.com/Syllo/nvtop
arch = x86_64
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
makedepends = cmake
makedepends = libdrm
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="GPUs process monitoring for AMD, Intel and NVIDIA"
arch=('x86_64')
url="https://github.com/Syllo/nvtop"
-license=('GPL3')
+license=('GPL-3.0-or-later')
depends=('ncurses' 'systemd-libs')
makedepends=('git' 'cmake' 'libdrm' 'systemd')
source=("git+https://github.com/Syllo/nvtop.git#tag=$pkgver")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nvtop/-/commit/9bd6595f41cd8706d4545947889508ab2d1fc281
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nvtop/-/commit/9bd6595f41cd8706d4545947889508ab2d1fc281
You're receiving this email because of your account on gitlab.archlinux.org.