Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] watchexec: update to 1.20.0
@ 2022-06-23 20:35 cinerea0
  2022-06-24 19:17 ` [PR PATCH] [Merged]: " paper42
  0 siblings, 1 reply; 2+ messages in thread
From: cinerea0 @ 2022-06-23 20:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cinerea0/void-packages watch
https://github.com/void-linux/void-packages/pull/37663

watchexec: update to 1.20.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 21dfbe1def1f63ae89f42be8d7c1a5aaf850df50 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 23 Jun 2022 16:34:59 -0400
Subject: [PATCH] watchexec: update to 1.20.0

---
 srcpkgs/watchexec/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/watchexec/template b/srcpkgs/watchexec/template
index a63d43e27d04..6e872efcd8ee 100644
--- a/srcpkgs/watchexec/template
+++ b/srcpkgs/watchexec/template
@@ -1,16 +1,16 @@
 # Template file for 'watchexec'
 pkgname=watchexec
-version=1.19.0
+version=1.20.0
 revision=1
 wrksrc="${pkgname}-cli-v${version}"
-build_wrksrc="cli"
+build_wrksrc="crates/cli"
 build_style=cargo
 short_desc="Executes commands in response to file modifications"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="Apache-2.0"
 homepage="https://github.com/watchexec/watchexec"
 distfiles="https://github.com/watchexec/watchexec/archive/refs/tags/cli-v${version}.tar.gz"
-checksum=6837dff4d14802e1e3714a2f3ef4330f8faadd10449508b128cff7f93d921101
+checksum=69c551090692a04943e7ded2d7f997f8777aa099c674b096a31d94983d02dbf7
 
 if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 	makedepends+=" libatomic-devel"
@@ -18,7 +18,6 @@ if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
 fi
 
 post_install() {
-	vdoc ../README.md
-	vman ../doc/watchexec.1
-	vcompletion ../completions/zsh zsh
+	vman ${wrksrc}/doc/watchexec.1
+	vcompletion ${wrksrc}/completions/zsh zsh
 }

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

* Re: [PR PATCH] [Merged]: watchexec: update to 1.20.0
  2022-06-23 20:35 [PR PATCH] watchexec: update to 1.20.0 cinerea0
@ 2022-06-24 19:17 ` paper42
  0 siblings, 0 replies; 2+ messages in thread
From: paper42 @ 2022-06-24 19:17 UTC (permalink / raw)
  To: ml

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

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

watchexec: update to 1.20.0
https://github.com/void-linux/void-packages/pull/37663

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-06-24 19:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23 20:35 [PR PATCH] watchexec: update to 1.20.0 cinerea0
2022-06-24 19:17 ` [PR PATCH] [Merged]: " paper42

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).