Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] watchexec: update to 1.22.3
@ 2023-05-19  0:43 cinerea0
  2023-05-19  1:51 ` [PR PATCH] [Closed]: " abenson
  0 siblings, 1 reply; 2+ messages in thread
From: cinerea0 @ 2023-05-19  0:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 386 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages watchexec
https://github.com/void-linux/void-packages/pull/43937

watchexec: update to 1.22.3
#### Testing the changes
- I tested the changes in this PR: **YES**


A patch file from https://github.com/void-linux/void-packages/pull/43937.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-watchexec-43937.patch --]
[-- Type: text/x-diff, Size: 1332 bytes --]

From 407f02b9bbedcaa45e583b0f4a2cde7d9953efa3 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
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 ba8d909af30d..a2fdc6e7e045 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 <cinerea0@protonmail.com>"
 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
 }

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Closed]: watchexec: update to 1.22.3
  2023-05-19  0:43 [PR PATCH] watchexec: update to 1.22.3 cinerea0
@ 2023-05-19  1:51 ` abenson
  0 siblings, 0 replies; 2+ messages in thread
From: abenson @ 2023-05-19  1:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 231 bytes --]

There's a closed pull request on the void-packages repository

watchexec: update to 1.22.3
https://github.com/void-linux/void-packages/pull/43937

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-19  1:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-19  0:43 [PR PATCH] watchexec: update to 1.22.3 cinerea0
2023-05-19  1:51 ` [PR PATCH] [Closed]: " abenson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).