Package Details: bottom-git 0.4.3.791.g3ffa437-1

Git Clone URL: https://aur.archlinux.org/bottom-git.git (read-only, click to copy)
Package Base: bottom-git
Description: Yet another cross-platform graphical process/system monitor
Upstream URL: https://github.com/ClementTsang/bottom
Keywords: bottom monitor top
Licenses: MIT
Conflicts: bottom, bottom-bin
Provides: bottom
Submitter: wcasanova
Maintainer: wcasanova
Last Packager: wcasanova
Votes: 3
Popularity: 0.000008
First Submitted: 2020-05-25 15:44 (UTC)
Last Updated: 2020-05-25 15:44 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

radu242 commented on 2021-06-28 20:06 (UTC)

Yep, I had to make this PKGBUILD change, seems pretty standard in other devel packages:

diff --git a/PKGBUILD b/PKGBUILD
index bea50c7..6c183c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -17,7 +17,7 @@ sha256sums=("SKIP")

 pkgver() {
     cd "$_pkgname"
-    echo "$(grep '^version =' Cargo.toml|head -n1|cut -d\" -f2).$(git rev-list --count HEAD).g$(git rev-parse --short HEAD)"
+    echo "$(grep '^version =' Cargo.toml|head -n1|cut -d\" -f2|sed "s/-/./g").$(git rev-list --count HEAD).g$(git rev-parse --short HEAD)"
 }

 build() {

MithicSpirit commented on 2021-06-28 19:11 (UTC)

Fails to build because the pkgver contains a hyphen (since the latest version is 0.6.3-nightly).