Date: Monday, January 9, 2023 @ 09:10:14
Author: svenstaro
Revision: 1382089
archrelease: copy trunk to community-x86_64
Added:
watchexec/repos/community-x86_64/PKGBUILD
(from rev 1382088, watchexec/trunk/PKGBUILD)
Deleted:
watchexec/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 68 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 34 insertions(+), 34 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-09 09:10:03 UTC (rev 1382088)
+++ PKGBUILD 2023-01-09 09:10:14 UTC (rev 1382089)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Vlad M. <[email protected]>
-
-pkgname=watchexec
-pkgver=1.20.6
-pkgrel=1
-pkgdesc="Executes commands in response to file modifications"
-url='https://github.com/watchexec/watchexec'
-depends=('gcc-libs' 'zlib')
-makedepends=('cargo')
-arch=('x86_64')
-license=('Apache')
-source=("https://github.com/watchexec/watchexec/archive/refs/tags/cli-v${pkgver}.tar.gz")
-options=('!lto')
-sha256sums=('fa490944bbc8eafdc585454d27ec6f75988ce7d159db8ee1244b1fc5bbd86935')
-
-build() {
- cd "watchexec-cli-v$pkgver"
- cargo build --release --locked
-}
-
-check() {
- cd "watchexec-cli-v$pkgver"
- cargo test --locked
-}
-
-package() {
- cd "watchexec-cli-v$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"
- install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
- install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
Copied: watchexec/repos/community-x86_64/PKGBUILD (from rev 1382088,
watchexec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-09 09:10:14 UTC (rev 1382089)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Vlad M. <[email protected]>
+
+pkgname=watchexec
+pkgver=1.21.0
+pkgrel=1
+pkgdesc="Executes commands in response to file modifications"
+url='https://github.com/watchexec/watchexec'
+depends=('gcc-libs' 'zlib')
+makedepends=('cargo')
+arch=('x86_64')
+license=('Apache')
+source=("https://github.com/watchexec/watchexec/archive/refs/tags/v${pkgver}.tar.gz")
+options=('!lto')
+sha256sums=('ff835eed2be68de97b08eaa2177d9cdcb721f6d727c6803a642ca94d11eec5fa')
+
+build() {
+ cd "watchexec-$pkgver"
+ cargo build --release --locked
+}
+
+check() {
+ cd "watchexec-$pkgver"
+ cargo test --locked
+}
+
+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/zsh"
"$pkgdir/usr/share/zsh/site-functions/_watchexec"
+ install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
+ install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}