Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions srcpkgs/watchexec/template
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Template file for 'watchexec'
pkgname=watchexec
version=2.2.0
version=2.5.0
revision=1
build_style=cargo
make_install_args="--path crates/cli"
make_check_args="-- --skip scopes" # test fails in chroot
short_desc="Executes commands in response to file modifications"
maintainer="cinerea0 <cinerea0@protonmail.com>"
maintainer="Alex March <alex@hosaka.cc>"
license="Apache-2.0"
homepage="https://github.com/watchexec/watchexec"
changelog="https://github.com/watchexec/watchexec/releases"
distfiles="https://github.com/watchexec/watchexec/archive/refs/tags/v${version}.tar.gz"
checksum=372def49d02a53864ede5fd821feb6f8de96bbbde8a94dbcd1b77aeed01d4a7b
checksum=c03e5060f832069f3e32e61e8fb3600e6b9c18fc68829176d5fcfd53a86481a8

if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
XBPS_CROSS_RUSTFLAGS+=" -latomic"
Expand Down