Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
btop


Commits:
2d8fbb0d by Caleb Maclennan at 2024-02-12T10:01:24+03:00
upgpkg: 1.3.1-2: Have ROCM available at build time for version detection

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,11 @@
 pkgbase = btop
        pkgdesc = A monitor of system resources, bpytop ported to C++
        pkgver = 1.3.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/aristocratos/btop
        arch = x86_64
        license = Apache
+       makedepends = rocm-smi-lib
        depends = gcc-libs
        depends = glibc
        optdepends = rocm-smi-lib: AMD GPU support


=====================================
PKGBUILD
=====================================
@@ -2,13 +2,14 @@
 
 pkgname=btop
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A monitor of system resources, bpytop ported to C++'
 arch=(x86_64)
 url="https://github.com/aristocratos/$pkgname";
 license=(Apache)
 depends=(gcc-libs
          glibc)
+makedepends=('rocm-smi-lib')
 optdepends=('rocm-smi-lib: AMD GPU support')
 _archive="$pkgname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/btop/-/commit/2d8fbb0d62012b6747a14cf668da7c4da19035ec

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/btop/-/commit/2d8fbb0d62012b6747a14cf668da7c4da19035ec
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to