Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
watchexec
Commits:
fa0338f5 by Sven-Hendrik Haase at 2026-02-23T01:42:06+01:00
upgpkg: 2.4.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = watchexec
pkgdesc = Executes commands in response to file modifications
- pkgver = 2.4.0
- pkgrel = 2
+ pkgver = 2.4.1
+ pkgrel = 1
url = https://github.com/watchexec/watchexec
arch = x86_64
license = Apache-2.0
@@ -9,7 +9,7 @@ pkgbase = watchexec
depends = libgcc
depends = glibc
options = !lto
- source =
watchexec-2.4.0.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v2.4.0.tar.gz
- sha256sums =
b28761a8c51009c072a24155478e41efa3625ac9d6f1296d30e4945c9afc4042
+ source =
watchexec-2.4.1.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v2.4.1.tar.gz
+ sha256sums =
4d39adf3c9b7e4a0e2647bdfede330b9be709b4d5e3fcb3b847fcaa761b3daf8
pkgname = watchexec
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Vlad M. <[email protected]>
pkgname=watchexec
-pkgver=2.4.0
-pkgrel=2
+pkgver=2.4.1
+pkgrel=1
pkgdesc="Executes commands in response to file modifications"
url='https://github.com/watchexec/watchexec'
depends=('libgcc' 'glibc')
@@ -13,7 +13,7 @@ arch=('x86_64')
license=('Apache-2.0')
source=("$pkgname-$pkgver.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v${pkgver}.tar.gz")
options=('!lto')
-sha256sums=('b28761a8c51009c072a24155478e41efa3625ac9d6f1296d30e4945c9afc4042')
+sha256sums=('4d39adf3c9b7e4a0e2647bdfede330b9be709b4d5e3fcb3b847fcaa761b3daf8')
prepare() {
cd "watchexec-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/fa0338f5c8b4cc83dbfde0296d555486d9a93d37
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/fa0338f5c8b4cc83dbfde0296d555486d9a93d37
You're receiving this email because of your account on gitlab.archlinux.org.