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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Tue Jan 18 14:58:03 UTC 2022


    Date: Tuesday, January 18, 2022 @ 14:58:02
  Author: svenstaro
Revision: 1109040

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-18 14:57:52 UTC (rev 1109039)
+++ PKGBUILD	2022-01-18 14:58:02 UTC (rev 1109040)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Vlad M. <vlad at archlinux.net>
-
-pkgname=watchexec
-pkgver=1.17.1
-pkgrel=1
-pkgdesc="Executes commands in response to file modifications"
-url='https://github.com/watchexec/watchexec'
-depends=('gcc-libs')
-makedepends=('cargo')
-arch=('x86_64')
-license=('Apache')
-source=("https://github.com/watchexec/watchexec/archive/refs/tags/cli-v${pkgver}.tar.gz")
-sha256sums=('3bc82174729628010d29c85f2d2c61cc45cef5cc729f13153b1422c8f647d33f')
-
-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 1109039, watchexec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-18 14:58:02 UTC (rev 1109040)
@@ -0,0 +1,32 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Vlad M. <vlad at archlinux.net>
+
+pkgname=watchexec
+pkgver=1.18.0
+pkgrel=1
+pkgdesc="Executes commands in response to file modifications"
+url='https://github.com/watchexec/watchexec'
+depends=('gcc-libs')
+makedepends=('cargo')
+arch=('x86_64')
+license=('Apache')
+source=("https://github.com/watchexec/watchexec/archive/refs/tags/cli-v${pkgver}.tar.gz")
+options=('!lto')
+sha256sums=('dc022fab03c47381b52028fe4cdd57984cde55b9af4561cb0133e881eac7e6d0')
+
+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