Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
watchexec
Commits:
9b4a665c by Caleb Maclennan at 2026-02-24T12:39:12+03:00
upgpkg: 2.4.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = watchexec
pkgdesc = Executes commands in response to file modifications
- pkgver = 2.4.1
+ pkgver = 2.4.3
pkgrel = 1
url = https://github.com/watchexec/watchexec
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = watchexec
depends = libgcc
depends = glibc
options = !lto
- source =
watchexec-2.4.1.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v2.4.1.tar.gz
- sha256sums =
4d39adf3c9b7e4a0e2647bdfede330b9be709b4d5e3fcb3b847fcaa761b3daf8
+ source =
watchexec-2.4.3.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v2.4.3.tar.gz
+ sha256sums =
080b6ef6d1c5b030def96ac8c4e4d3fec85091b320088144d345331d3e51eeec
pkgname = watchexec
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Vlad M. <[email protected]>
pkgname=watchexec
-pkgver=2.4.1
+pkgver=2.4.3
pkgrel=1
pkgdesc="Executes commands in response to file modifications"
url='https://github.com/watchexec/watchexec'
@@ -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=('4d39adf3c9b7e4a0e2647bdfede330b9be709b4d5e3fcb3b847fcaa761b3daf8')
+sha256sums=('080b6ef6d1c5b030def96ac8c4e4d3fec85091b320088144d345331d3e51eeec')
prepare() {
cd "watchexec-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/9b4a665cdc6497a260e8433748c3c3b3c397d34d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/9b4a665cdc6497a260e8433748c3c3b3c397d34d
You're receiving this email because of your account on gitlab.archlinux.org.