Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
btop
Commits:
8c768d54 by Caleb Maclennan at 2025-05-11T10:56:11+03:00
upgpkg: 1.4.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = btop
pkgdesc = A monitor of system resources, bpytop ported to C++
- pkgver = 1.4.2
- pkgrel = 2
+ pkgver = 1.4.3
+ pkgrel = 1
url = https://github.com/aristocratos/btop
arch = x86_64
license = Apache-2.0
@@ -10,7 +10,7 @@ pkgbase = btop
depends = gcc-libs
depends = glibc
optdepends = rocm-smi-lib: AMD GPU support
- source =
https://github.com/aristocratos/btop/archive/v1.4.2/btop-1.4.2.tar.gz
- sha256sums =
c7c0fb625af269d47eed926784900c8e154fdf71703f4325cffdf26357338c85
+ source =
https://github.com/aristocratos/btop/archive/v1.4.3/btop-1.4.3.tar.gz
+ sha256sums =
81b133e59699a7fd89c5c54806e16452232f6452be9c14b3a634122e3ebed592
pkgname = btop
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=btop
-pkgver=1.4.2
-pkgrel=2
+pkgver=1.4.3
+pkgrel=1
pkgdesc='A monitor of system resources, bpytop ported to C++'
arch=(x86_64)
url="https://github.com/aristocratos/$pkgname"
@@ -14,7 +14,7 @@ makedepends=(lowdown
optdepends=('rocm-smi-lib: AMD GPU support')
_archive="$pkgname-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('c7c0fb625af269d47eed926784900c8e154fdf71703f4325cffdf26357338c85')
+sha256sums=('81b133e59699a7fd89c5c54806e16452232f6452be9c14b3a634122e3ebed592')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/btop/-/commit/8c768d5411696b2148f64e41efe189c024ce55c8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/btop/-/commit/8c768d5411696b2148f64e41efe189c024ce55c8
You're receiving this email because of your account on gitlab.archlinux.org.