diff options
author | zackmelan | 2023-12-01 21:33:51 +0200 |
---|---|---|
committer | zackmelan | 2023-12-01 21:33:51 +0200 |
commit | 3972e836bf92da054780d083d561fefeaf8c429c (patch) | |
tree | 39dfddc77e57808e0409eb1c74ef59c894ac80f3 | |
parent | 17522f516712e3cd1c4bc4b9434f99834caa7848 (diff) | |
download | aur-3972e836bf92da054780d083d561fefeaf8c429c.tar.gz |
removed problematic nvidia-utils package
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ pkgdesc="A monitor of resources, forked for GPU support - merged into btop!" arch=(any) url="https://github.com/romner-set/btop-gpu" license=('Apache-2.0') -makedepends=('gcc-libs' 'make' 'git' 'rocm-smi-lib' 'nvidia-utils') +makedepends=('gcc-libs' 'make' 'git' 'rocm-smi-lib') source=("${pkgname}::git+https://github.com/romner-set/btop-gpu.git") sha512sums=('SKIP') provides=('btop') |