[arch-commits] Commit in bottom/trunk (PKGBUILD)
George Rawlinson
grawlinson at gemini.archlinux.org
Mon Dec 20 01:19:02 UTC 2021
Date: Monday, December 20, 2021 @ 01:19:02
Author: grawlinson
Revision: 1079165
upgpkg: bottom 0.6.5-1
* New upstream release.
* Remove unnecessary environment variable.
Modified:
bottom/trunk/PKGBUILD
----------+
PKGBUILD | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-20 01:18:43 UTC (rev 1079164)
+++ PKGBUILD 2021-12-20 01:19:02 UTC (rev 1079165)
@@ -3,8 +3,8 @@
# Contributor: Clement Tsang (xoronth) <cjhtsang at uwaterloo.ca>
pkgname=bottom
-pkgver=0.6.4
-pkgrel=2
+pkgver=0.6.5
+pkgrel=1
pkgdesc="A graphical process/system monitor"
arch=('x86_64')
url="https://github.com/ClementTsang/bottom"
@@ -12,7 +12,8 @@
depends=('gcc-libs')
makedepends=('rust')
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
-b2sums=('99162a0c28b1c45732acd02a95ccb9e0b21593d3889c707778ca26cd51eca6ec4725d26aa4e9a851403d75164560f475ae5cd34477ce85c5ce740868792479ed')
+sha512sums=('f847c3f1c96704519b12fbcff1a9aba22d709a945aaa78f5b14ce1d1c4f7559c6e17b3fc2f1ce4b9289eb01161797569f2bd4efa58f40c97751cb867ca8c4fd2')
+b2sums=('00b9876969ff7f3b812c127d4d079e1cdda542410bb323378b593a0f59dab46ae4b862540450930c45cd2a6bda0486a2d04c4461cb06d34157252aede5873a6f')
prepare() {
cd "$pkgname-$pkgver"
@@ -21,7 +22,7 @@
build() {
cd "$pkgname-$pkgver"
- CARGO_HUSKY_DONT_INSTALL_HOOKS=true cargo build --frozen --release --all-features
+ cargo build --frozen --release --all-features
}
check() {
More information about the arch-commits
mailing list