From 21d3b16599cc88d91255b116f11d8e5a9500b8c0 Mon Sep 17 00:00:00 2001 From: Andrew Barchuk Date: Tue, 26 Dec 2023 21:59:51 +0100 Subject: [PATCH 1/2] fix(watchexec): update the name to watchexec-bin Given the package is actually binary --- .../watchexec-bin.pacscript} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename packages/{watchexec/watchexec.pacscript => watchexec-bin/watchexec-bin.pacscript} (93%) diff --git a/packages/watchexec/watchexec.pacscript b/packages/watchexec-bin/watchexec-bin.pacscript similarity index 93% rename from packages/watchexec/watchexec.pacscript rename to packages/watchexec-bin/watchexec-bin.pacscript index b17c71819f..5a7198dd4f 100644 --- a/packages/watchexec/watchexec.pacscript +++ b/packages/watchexec-bin/watchexec-bin.pacscript @@ -1,4 +1,4 @@ -name="watchexec" +name="watchexec-bin" repology=("project: watchexec") pkgver="1.24.2" arch=('amd64' 'arm64') @@ -17,7 +17,7 @@ maintainer="Andrew Barchuk " package() { sudo install -Dm755 "./watchexec" -t "${pkgdir}/usr/bin" sudo install -Dm644 "./watchexec.1" -t "${pkgdir}/usr/share/man/man1" - sudo install -Dm644 "./completions/bash" "${pkgdir}/usr/share/bash-completion/completions/${name}" + sudo install -Dm644 "./completions/bash" "${pkgdir}/usr/share/bash-completion/completions/watchexec" } # vim:set ft=sh ts=2 sw=2 et: From b2cd45bfdd0d2a7dbe6ab2251b00b354c37faec7 Mon Sep 17 00:00:00 2001 From: Andrew Barchuk Date: Tue, 26 Dec 2023 22:08:24 +0100 Subject: [PATCH 2/2] Update packagelist --- packagelist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packagelist b/packagelist index d2fcd4b922..cd9793a4af 100644 --- a/packagelist +++ b/packagelist @@ -461,7 +461,7 @@ waf walc-app warp warpinator-deb -watchexec +watchexec-bin webapp-manager webapp-manager-deb webcord-deb