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


Commits:
68a89322 by Caleb Maclennan at 2024-09-24T00:54:44+03:00
upgpkg: 1.4.0-3: Package man page, closes #4

- - - - -


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.4.0
-       pkgrel = 2
+       pkgrel = 3
        url = https://github.com/aristocratos/btop
        arch = x86_64
-       license = Apache
+       license = Apache-2.0
+       makedepends = lowdown
        makedepends = rocm-smi-lib
        depends = gcc-libs
        depends = glibc


=====================================
PKGBUILD
=====================================
@@ -2,14 +2,15 @@
 
 pkgname=btop
 pkgver=1.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc='A monitor of system resources, bpytop ported to C++'
 arch=(x86_64)
 url="https://github.com/aristocratos/$pkgname";
-license=(Apache)
+license=(Apache-2.0)
 depends=(gcc-libs
          glibc)
-makedepends=(rocm-smi-lib)
+makedepends=(lowdown
+             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/68a893226211e9011ac2885afb0b869100cdc618

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


Reply via email to