[arch-commits] Commit in bottom/trunk (PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Mon Sep 13 09:26:49 UTC 2021


    Date: Monday, September 13, 2021 @ 09:26:49
  Author: alerque
Revision: 1014675

upgpkg: bottom 0.6.4-2; add missing gcc-libs dependency, avoid husky cruft

Modified:
  bottom/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-13 09:15:36 UTC (rev 1014674)
+++ PKGBUILD	2021-09-13 09:26:49 UTC (rev 1014675)
@@ -4,11 +4,12 @@
 
 pkgname=bottom
 pkgver=0.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A graphical process/system monitor"
 arch=('x86_64')
 url="https://github.com/ClementTsang/bottom"
 license=('MIT')
+depends=('gcc-libs')
 makedepends=('rust')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 b2sums=('99162a0c28b1c45732acd02a95ccb9e0b21593d3889c707778ca26cd51eca6ec4725d26aa4e9a851403d75164560f475ae5cd34477ce85c5ce740868792479ed')
@@ -20,7 +21,7 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  cargo build --frozen --release --all-features
+  CARGO_HUSKY_DONT_INSTALL_HOOKS=true cargo build --frozen --release --all-features
 }
 
 check() {



More information about the arch-commits mailing list