Package Details: hwatch 0.4.2-1

Git Clone URL: https://aur.archlinux.org/hwatch.git (read-only, click to copy)
Package Base: hwatch
Description: A modern alternative to the watch command
Upstream URL: https://github.com/blacknon/hwatch
Keywords: modern watch
Licenses: MIT
Submitter: orhun
Maintainer: orhun
Last Packager: orhun
Votes: 3
Popularity: 0.46
First Submitted: 2022-12-29 15:09 (UTC)
Last Updated: 2026-05-01 14:10 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

cwrau commented on 2026-04-29 15:04 (UTC)

The check fails if HWATCH is set, unsetting it via env works;

diff --git a/PKGBUILD b/PKGBUILD
index ddda59b..74109ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ check() {
   cd "$pkgname-$pkgver"
   export RUSTUP_TOOLCHAIN=stable
   export CARGO_TARGET_DIR=target
-  cargo test --frozen -- --skip "exec"
+  env -u HWATCH cargo test --frozen -- --skip "exec"
 }

 package() {

orhun commented on 2025-04-06 15:13 (UTC)

The package has been updated

foxcub commented on 2025-04-06 15:11 (UTC)

This is missing export CARGO_TARGET_DIR=target in build() per Rust package guidelines. Currently, the build is broken when a user has a custom target directory set in their preferences.

orhun commented on 2023-04-19 01:00 (UTC)

@isomarcte shouldn't it be listed as aarch64 instead of arm64?

isomarcte commented on 2023-04-18 17:08 (UTC)

@orhun can you add arm64 to the arch array in the PKGBUILD? I'm using this on Arch ARM and it builds fine, but warns me because arm64 isn't listed as a supported arch.