Skip to content
Snippets Groups Projects
Verified Commit 8b26920b authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

upgpkg: 1.24.0-1

parent 60688158
No related branches found
Tags 2-3.7.0.9-8
No related merge requests found
.SRCINFO 0 → 100644
pkgbase = watchexec
pkgdesc = Executes commands in response to file modifications
pkgver = 1.24.0
pkgrel = 1
url = https://github.com/watchexec/watchexec
arch = x86_64
license = Apache
makedepends = cargo
depends = gcc-libs
depends = zlib
options = !lto
source = watchexec-1.24.0.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v1.24.0.tar.gz
sha256sums = ab010c66656bc123068c824f3b0c5350835a68e6721e3ad7173f6068412ce87d
pkgname = watchexec
......@@ -2,7 +2,7 @@
# Contributor: Vlad M. <vlad@archlinux.net>
pkgname=watchexec
pkgver=1.23.0
pkgver=1.24.0
pkgrel=1
pkgdesc="Executes commands in response to file modifications"
url='https://github.com/watchexec/watchexec'
......@@ -12,7 +12,7 @@ arch=('x86_64')
license=('Apache')
source=("$pkgname-$pkgver.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v${pkgver}.tar.gz")
options=('!lto')
sha256sums=('2a321962669979feef44ea7a6220819d5c916ca939eba41b033ea346a44caa90')
sha256sums=('ab010c66656bc123068c824f3b0c5350835a68e6721e3ad7173f6068412ce87d')
build() {
cd "watchexec-$pkgver"
......@@ -21,7 +21,7 @@ build() {
check() {
cd "watchexec-$pkgver"
cargo test --locked
cargo test --locked -- --skip scopes
}
package() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment