[arch-commits] Commit in watchexec/repos/community-x86_64 (PKGBUILD PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Mon Mar 7 17:21:59 UTC 2022


    Date: Monday, March 7, 2022 @ 17:21:58
  Author: svenstaro
Revision: 1144489

archrelease: copy trunk to community-x86_64

Added:
  watchexec/repos/community-x86_64/PKGBUILD
    (from rev 1144488, watchexec/trunk/PKGBUILD)
Deleted:
  watchexec/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-07 17:21:48 UTC (rev 1144488)
+++ PKGBUILD	2022-03-07 17:21:58 UTC (rev 1144489)
@@ -1,32 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-# Contributor: Vlad M. <vlad at archlinux.net>
-
-pkgname=watchexec
-pkgver=1.18.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=('d5cfd45ba05ac380e8ff7c3122d38b408a1cdb550c71036739f8c03a51117e84')
-
-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 "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 1144488, watchexec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-07 17:21:58 UTC (rev 1144489)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Vlad M. <vlad at archlinux.net>
+
+pkgname=watchexec
+pkgver=1.18.7
+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=('d187365c40e1389a7e1c492e55c73c560982b473d60cade0a2c5c8ac7b59a4e1')
+
+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 "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"
+}



More information about the arch-commits mailing list