Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
watchexec
Commits:
299a14d8 by Caleb Maclennan at 2023-12-20T14:11:15+03:00
upgpkg: 1.24.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = watchexec
pkgdesc = Executes commands in response to file modifications
- pkgver = 1.24.1
- pkgrel = 2
+ pkgver = 1.24.2
+ pkgrel = 1
url = https://github.com/watchexec/watchexec
arch = x86_64
license = Apache
@@ -9,7 +9,7 @@ pkgbase = watchexec
depends = gcc-libs
depends = zlib
options = !lto
- source =
watchexec-1.24.1.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v1.24.1.tar.gz
- sha256sums =
9afc736fd4c0f895c89b7d6b1bbbb831fdb255400f785dcd3a414f62a5db6bd5
+ source =
watchexec-1.24.2.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v1.24.2.tar.gz
+ sha256sums =
d863b77332bd56cd37a45a99ae2be50a9aa332b66b523a4a76676bd778c017d4
pkgname = watchexec
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Vlad M. <[email protected]>
pkgname=watchexec
-pkgver=1.24.1
-pkgrel=2
+pkgver=1.24.2
+pkgrel=1
pkgdesc="Executes commands in response to file modifications"
url='https://github.com/watchexec/watchexec'
depends=('gcc-libs' 'zlib')
@@ -13,11 +13,11 @@ arch=('x86_64')
license=('Apache')
source=("$pkgname-$pkgver.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v${pkgver}.tar.gz")
options=('!lto')
-sha256sums=('9afc736fd4c0f895c89b7d6b1bbbb831fdb255400f785dcd3a414f62a5db6bd5')
+sha256sums=('d863b77332bd56cd37a45a99ae2be50a9aa332b66b523a4a76676bd778c017d4')
prepare() {
cd "watchexec-$pkgver"
- cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
+ cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/299a14d8c2b5348b8acbef3bda0284a4554b8502
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/299a14d8c2b5348b8acbef3bda0284a4554b8502
You're receiving this email because of your account on gitlab.archlinux.org.