Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
watchexec
Commits:
105a2529 by Sven-Hendrik Haase at 2026-02-22T14:52:08+01:00
Shuffle deps a bit
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,13 @@
pkgbase = watchexec
pkgdesc = Executes commands in response to file modifications
pkgver = 2.4.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/watchexec/watchexec
arch = x86_64
license = Apache-2.0
makedepends = cargo
- depends = gcc-libs
+ depends = libgcc
depends = glibc
- depends = zlib
options = !lto
source =
watchexec-2.4.0.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v2.4.0.tar.gz
sha256sums =
b28761a8c51009c072a24155478e41efa3625ac9d6f1296d30e4945c9afc4042
=====================================
PKGBUILD
=====================================
@@ -4,10 +4,10 @@
pkgname=watchexec
pkgver=2.4.0
-pkgrel=1
+pkgrel=2
pkgdesc="Executes commands in response to file modifications"
url='https://github.com/watchexec/watchexec'
-depends=('gcc-libs' 'glibc' 'zlib')
+depends=('libgcc' 'glibc')
makedepends=('cargo')
arch=('x86_64')
license=('Apache-2.0')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/105a2529a2fdf6ff1f95cff15050eb155a87a414
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/105a2529a2fdf6ff1f95cff15050eb155a87a414
You're receiving this email because of your account on gitlab.archlinux.org.