Date: Monday, January 9, 2023 @ 09:10:03
  Author: svenstaro
Revision: 1382088

upgpkg: watchexec 1.21.0-1

Modified:
  watchexec/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-09 06:52:54 UTC (rev 1382087)
+++ PKGBUILD    2023-01-09 09:10:03 UTC (rev 1382088)
@@ -2,7 +2,7 @@
 # Contributor: Vlad M. <[email protected]>
 
 pkgname=watchexec
-pkgver=1.20.6
+pkgver=1.21.0
 pkgrel=1
 pkgdesc="Executes commands in response to file modifications"
 url='https://github.com/watchexec/watchexec'
@@ -10,22 +10,22 @@
 makedepends=('cargo')
 arch=('x86_64')
 license=('Apache')
-source=("https://github.com/watchexec/watchexec/archive/refs/tags/cli-v${pkgver}.tar.gz";)
+source=("https://github.com/watchexec/watchexec/archive/refs/tags/v${pkgver}.tar.gz";)
 options=('!lto')
-sha256sums=('fa490944bbc8eafdc585454d27ec6f75988ce7d159db8ee1244b1fc5bbd86935')
+sha256sums=('ff835eed2be68de97b08eaa2177d9cdcb721f6d727c6803a642ca94d11eec5fa')
 
 build() {
-  cd "watchexec-cli-v$pkgver"
+  cd "watchexec-$pkgver"
   cargo build --release --locked
 }
 
 check() {
-  cd "watchexec-cli-v$pkgver"
+  cd "watchexec-$pkgver"
   cargo test --locked
 }
 
 package() {
-  cd "watchexec-cli-v$pkgver"
+  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/zsh" 
"$pkgdir/usr/share/zsh/site-functions/_watchexec"

Reply via email to