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

George Rawlinson grawlinson at gemini.archlinux.org
Mon Sep 13 04:02:51 UTC 2021


    Date: Monday, September 13, 2021 @ 04:02:51
  Author: grawlinson
Revision: 1014644

upgpkg: bottom 0.6.4-1

Ensure all tests pass.

Modified:
  bottom/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-13 04:00:17 UTC (rev 1014643)
+++ PKGBUILD	2021-09-13 04:02:51 UTC (rev 1014644)
@@ -20,12 +20,12 @@
 
 build() {
   cd "$pkgname-$pkgver"
-  cargo build --frozen --release --no-default-features
+  cargo build --frozen --release --all-features
 }
 
 check() {
   cd "$pkgname-$pkgver"
-  CARGO_HUSKY_DONT_INSTALL_HOOKS=true cargo test --frozen --no-default-features
+  CARGO_HUSKY_DONT_INSTALL_HOOKS=true cargo test --frozen --all-features
 }
 
 package() {



More information about the arch-commits mailing list