Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / watchexec
Commits: e00341b3 by Sven-Hendrik Haase at 2024-12-16T02:31:15+01:00 upgpkg: 2.2.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = watchexec pkgdesc = Executes commands in response to file modifications - pkgver = 2.2.0 + pkgver = 2.2.1 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.2.0.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v2.2.0.tar.gz - sha256sums = 372def49d02a53864ede5fd821feb6f8de96bbbde8a94dbcd1b77aeed01d4a7b + source = watchexec-2.2.1.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v2.2.1.tar.gz + sha256sums = 67845d1c07bc47f74016cf93e7f7390e193c679003f97be7ab1ca95acf730380 pkgname = watchexec ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Vlad M. <v...@archlinux.net> pkgname=watchexec -pkgver=2.2.0 +pkgver=2.2.1 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=('372def49d02a53864ede5fd821feb6f8de96bbbde8a94dbcd1b77aeed01d4a7b') +sha256sums=('67845d1c07bc47f74016cf93e7f7390e193c679003f97be7ab1ca95acf730380') prepare() { cd "watchexec-$pkgver" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/e00341b3e59cfda6de1a217bb484cdbffbd8d7cc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/e00341b3e59cfda6de1a217bb484cdbffbd8d7cc You're receiving this email because of your account on gitlab.archlinux.org.