Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages /
watchexec
Commits:
a15a8309 by Orhun Parmaksız at 2026-02-25T13:55:26+03:00
upgpkg: 2.5.0-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = watchexec
pkgdesc = Executes commands in response to file modifications
- pkgver = 2.4.3
+ pkgver = 2.5.0
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.3.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v2.4.3.tar.gz
- sha256sums =
080b6ef6d1c5b030def96ac8c4e4d3fec85091b320088144d345331d3e51eeec
+ source =
watchexec-2.5.0.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v2.5.0.tar.gz
+ sha256sums =
c03e5060f832069f3e32e61e8fb3600e6b9c18fc68829176d5fcfd53a86481a8
pkgname = watchexec
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Vlad M. <[email protected]>
pkgname=watchexec
-pkgver=2.4.3
+pkgver=2.5.0
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=('080b6ef6d1c5b030def96ac8c4e4d3fec85091b320088144d345331d3e51eeec')
+sha256sums=('c03e5060f832069f3e32e61e8fb3600e6b9c18fc68829176d5fcfd53a86481a8')
prepare() {
cd "watchexec-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/a15a8309b0894e0651bc72e4d679394c11b1740d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/a15a8309b0894e0651bc72e4d679394c11b1740d
You're receiving this email because of your account on gitlab.archlinux.org.