Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
watchexec
Commits:
3df3cb42 by Sven-Hendrik Haase at 2023-12-14T02:44:15+01:00
upgpkg: 1.24.1-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.0
- pkgrel = 3
+ pkgver = 1.24.1
+ 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.0.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v1.24.0.tar.gz
- sha256sums =
ab010c66656bc123068c824f3b0c5350835a68e6721e3ad7173f6068412ce87d
+ source =
watchexec-1.24.1.tar.gz::https://github.com/watchexec/watchexec/archive/refs/tags/v1.24.1.tar.gz
+ sha256sums =
9afc736fd4c0f895c89b7d6b1bbbb831fdb255400f785dcd3a414f62a5db6bd5
pkgname = watchexec
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Vlad M. <[email protected]>
pkgname=watchexec
-pkgver=1.24.0
-pkgrel=3
+pkgver=1.24.1
+pkgrel=1
pkgdesc="Executes commands in response to file modifications"
url='https://github.com/watchexec/watchexec'
depends=('gcc-libs' 'zlib')
@@ -12,7 +12,7 @@ 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=('ab010c66656bc123068c824f3b0c5350835a68e6721e3ad7173f6068412ce87d')
+sha256sums=('9afc736fd4c0f895c89b7d6b1bbbb831fdb255400f785dcd3a414f62a5db6bd5')
build() {
cd "watchexec-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/3df3cb427aab01973b09af5291950bd851a3d08d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/3df3cb427aab01973b09af5291950bd851a3d08d
You're receiving this email because of your account on gitlab.archlinux.org.