summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d47d189452a9..29f19822f5e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hwatch-git
pkgdesc = A modern alternative to the watch command (git)
- pkgver = 0.3.10.r0.g1267168
+ pkgver = 0.3.12.r1.g5dc06a5
pkgrel = 1
url = https://github.com/blacknon/hwatch
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2351bfa16db8..b360586a29ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# https://github.com/orhun/pkgbuilds
pkgname=hwatch-git
-pkgver=0.3.10.r0.g1267168
+pkgver=0.3.12.r1.g5dc06a5
pkgrel=1
pkgdesc="A modern alternative to the watch command (git)"
arch=('x86_64')
@@ -22,7 +22,7 @@ pkgver() {
prepare() {
cd "${pkgname%-git}"
- cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+ cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}
build() {