Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
watchexec
Commits:
0637f455 by Sven-Hendrik Haase at 2023-12-13T18:39:24+01:00
upgpkg: 1.24.0-3: Fix typo in bash completion install path
- - - - -
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 = 2
+ pkgrel = 3
url = https://github.com/watchexec/watchexec
arch = x86_64
license = Apache
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=watchexec
pkgver=1.24.0
-pkgrel=2
+pkgrel=3
pkgdesc="Executes commands in response to file modifications"
url='https://github.com/watchexec/watchexec'
depends=('gcc-libs' 'zlib')
@@ -28,7 +28,7 @@ package() {
cd "watchexec-$pkgver"
install -Dm644 "doc/watchexec.1" "$pkgdir/usr/share/man/man1/watchexec.1"
gzip -9 "$pkgdir/usr/share/man/man1/watchexec.1"
- install -Dm644 "completions/bash"
"$pkgdir/usr/share/bash-completion/completions/bash"
+ install -Dm644 "completions/bash"
"$pkgdir/usr/share/bash-completion/completions/watchexec"
install -Dm644 "completions/zsh"
"$pkgdir/usr/share/zsh/site-functions/_watchexec"
install -Dm644 "completions/fish"
"$pkgdir/usr/share/fish/vendor_completions.d/watchexec.fish"
install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/0637f455977e12ee47fe2d09dad37da23de9c6b0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/watchexec/-/commit/0637f455977e12ee47fe2d09dad37da23de9c6b0
You're receiving this email because of your account on gitlab.archlinux.org.