From 407f02b9bbedcaa45e583b0f4a2cde7d9953efa3 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Thu, 18 May 2023 20:41:19 -0400 Subject: [PATCH] watchexec: update to 1.22.3 --- srcpkgs/watchexec/template | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/srcpkgs/watchexec/template b/srcpkgs/watchexec/template index ba8d909af30d42..a2fdc6e7e0454f 100644 --- a/srcpkgs/watchexec/template +++ b/srcpkgs/watchexec/template @@ -1,6 +1,6 @@ # Template file for 'watchexec' pkgname=watchexec -version=1.22.2 +version=1.22.3 revision=1 build_wrksrc="crates/cli" build_style=cargo @@ -9,7 +9,7 @@ maintainer="cinerea0 " license="Apache-2.0" homepage="https://github.com/watchexec/watchexec" distfiles="https://github.com/watchexec/watchexec/archive/refs/tags/v${version}.tar.gz" -checksum=af12016b1ee1f64feb1514872279326f72b1061c85f3add32997f89a1816dd74 +checksum=698ed1dc178279594542f325b23f321c888c9c12c1960fe11c0ca48ba6edad76 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then makedepends+=" libatomic-devel" @@ -17,6 +17,9 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then fi post_install() { + for shell in bash fish zsh; do + vcompletion ${wrksrc}/completions/${shell} ${shell} + done + vman ${wrksrc}/doc/watchexec.1 - vcompletion ${wrksrc}/completions/zsh zsh }