Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
watchexec
Commits:
6c4126c9 by Caleb Maclennan at 2025-05-18T14:49:49+03:00
upgpkg: 2.3.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = watchexec
pkgdesc = Executes commands in response to file modifications
- pkgver = 2.3.1
+ pkgver = 2.3.2
pkgrel = 1
url = https://github.com/watchexec/watchexec
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = watchexec
depends = glibc
depends = zlib
options = !lto
- source =
watchexec-2.3.1.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v2.3.1.tar.gz
- sha256sums =
b4d8199ad4f697a43122769b321ecd52a9020bfe21e5cb960a857ef2734ef86a
+ source =
watchexec-2.3.2.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v2.3.2.tar.gz
+ sha256sums =
52201822ab00bfaf6757f953f667870b3aada52f887813e94b4f322f239ff8fb
pkgname = watchexec
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Vlad M. <[email protected]>
pkgname=watchexec
-pkgver=2.3.1
+pkgver=2.3.2
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=('b4d8199ad4f697a43122769b321ecd52a9020bfe21e5cb960a857ef2734ef86a')
+sha256sums=('52201822ab00bfaf6757f953f667870b3aada52f887813e94b4f322f239ff8fb')
prepare() {
cd "watchexec-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/6c4126c92ac5473db5c46b6021933ecdd8b2fc17
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/6c4126c92ac5473db5c46b6021933ecdd8b2fc17
You're receiving this email because of your account on gitlab.archlinux.org.