From 9392b111b4e73432106f8ebed4077fbe222986da Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Wed, 8 Jun 2022 20:15:37 -0400 Subject: [PATCH] watchexec: update to 1.19.0, adopt --- srcpkgs/watchexec/template | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/srcpkgs/watchexec/template b/srcpkgs/watchexec/template index e49e51c555c8..a0ffb0bf1888 100644 --- a/srcpkgs/watchexec/template +++ b/srcpkgs/watchexec/template @@ -1,16 +1,21 @@ # Template file for 'watchexec' pkgname=watchexec -version=1.17.1 +version=1.19.0 revision=1 wrksrc="${pkgname}-cli-v${version}" build_wrksrc="cli" build_style=cargo short_desc="Executes commands in response to file modifications" -maintainer="Orphaned " +maintainer="cinerea0 " 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=3bc82174729628010d29c85f2d2c61cc45cef5cc729f13153b1422c8f647d33f +checksum=6837dff4d14802e1e3714a2f3ef4330f8faadd10449508b128cff7f93d921101 + +if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then + configure_args+=" -latomic" + makedepends+=" libatomic-devel" +fi post_install() { vdoc ../README.md