George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
bottom
Commits:
1c49d977 by George Rawlinson at 2025-12-25T21:01:51+00:00
upgpkg: 0.12.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = bottom
pkgdesc = A graphical process/system monitor
- pkgver = 0.12.0
+ pkgver = 0.12.1
pkgrel = 1
url = https://github.com/ClementTsang/bottom
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = bottom
makedepends = git
makedepends = rust
depends = gcc-libs
- source = bottom::git+https://github.com/ClementTsang/bottom#tag=0.12.0
- sha512sums =
6d1f9cdb578a518721dfa303fea884bd8900e6cdb6852de53f9fb1ee6d45ebdeb7e7a3f4d11796ba148868baa98154616b6cc7490da5802bc77d75370f3f7f3e
- b2sums =
2e31cfd4dfa2f16f4f96ef78263218732f256bf5544079e758a9086fb5c955701191f9af0d214c32fcf825c2bef5da03f423db3d12da1afba447ce459a4a3403
+ source = bottom::git+https://github.com/ClementTsang/bottom#tag=0.12.1
+ sha512sums =
121b169835ff626e88643f1391dff18acf6a2777359ad8d6dcf851f504a6e321fccd469c579939230284a5fbc0cc630e043c7825721a9339bf25b57708080b76
+ b2sums =
f25f66067381c54fed2d6c298d020cde09e6a2913ee8bc285f720059b602061aeeecd88f18ec5d79a3adae550f3c90f935d1eb6c71e1a1bfb454db7abae03f2d
pkgname = bottom
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Clement Tsang (xoronth) <[email protected]>
pkgname=bottom
-pkgver=0.12.0
+pkgver=0.12.1
pkgrel=1
pkgdesc='A graphical process/system monitor'
arch=(x86_64)
@@ -12,8 +12,8 @@ license=(MIT)
depends=(gcc-libs)
makedepends=(git rust)
source=("$pkgname::git+$url#tag=$pkgver")
-sha512sums=('6d1f9cdb578a518721dfa303fea884bd8900e6cdb6852de53f9fb1ee6d45ebdeb7e7a3f4d11796ba148868baa98154616b6cc7490da5802bc77d75370f3f7f3e')
-b2sums=('2e31cfd4dfa2f16f4f96ef78263218732f256bf5544079e758a9086fb5c955701191f9af0d214c32fcf825c2bef5da03f423db3d12da1afba447ce459a4a3403')
+sha512sums=('121b169835ff626e88643f1391dff18acf6a2777359ad8d6dcf851f504a6e321fccd469c579939230284a5fbc0cc630e043c7825721a9339bf25b57708080b76')
+b2sums=('f25f66067381c54fed2d6c298d020cde09e6a2913ee8bc285f720059b602061aeeecd88f18ec5d79a3adae550f3c90f935d1eb6c71e1a1bfb454db7abae03f2d')
prepare() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bottom/-/commit/1c49d9772ce516e7ab2e9526a3433f48f108f11c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/bottom/-/commit/1c49d9772ce516e7ab2e9526a3433f48f108f11c
You're receiving this email because of your account on gitlab.archlinux.org.