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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Tue Jun 28 21:51:26 UTC 2022


    Date: Tuesday, June 28, 2022 @ 21:51:25
  Author: svenstaro
Revision: 1239863

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-28 21:51:20 UTC (rev 1239862)
+++ PKGBUILD	2022-06-28 21:51:25 UTC (rev 1239863)
@@ -1,34 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
-# Contributor: Vlad M. <vlad at archlinux.net>
-
-pkgname=watchexec
-pkgver=1.20.1
-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=('250fbfc486df16cfd8f411aa0d6eb057ea974a9c84ce3146b330784d4383e1bb')
-
-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 1239862, watchexec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-28 21:51:25 UTC (rev 1239863)
@@ -0,0 +1,34 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Vlad M. <vlad at archlinux.net>
+
+pkgname=watchexec
+pkgver=1.20.2
+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=('62e2e722a84475436286010edff36c56c4c6fad9e76be4b35381877e93faeac8')
+
+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"
+}



More information about the arch-commits mailing list