[arch-commits] Commit in watchexec/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at gemini.archlinux.org
Wed Jul 21 22:55:15 UTC 2021
Date: Wednesday, July 21, 2021 @ 22:55:15
Author: svenstaro
Revision: 982770
archrelease: copy trunk to community-x86_64
Added:
watchexec/repos/community-x86_64/PKGBUILD
(from rev 982769, watchexec/trunk/PKGBUILD)
Deleted:
watchexec/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-07-21 22:55:10 UTC (rev 982769)
+++ PKGBUILD 2021-07-21 22:55:15 UTC (rev 982770)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Vlad M. <vlad at archlinux.net>
-
-pkgname=watchexec
-pkgver=1.15.3
-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=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('b8c2c6f8a90fbb4ee99a2be95972565ae0bb03ee3e2f6d5561fed9680db8d81e')
-
-build() {
- cd "$pkgname-$pkgver"
- cargo build --release --locked
-}
-
-check() {
- cd "$pkgname-$pkgver"
- cargo test --release --locked
-}
-
-package() {
- cd "$pkgname-$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 982769, watchexec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-07-21 22:55:15 UTC (rev 982770)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Vlad M. <vlad at archlinux.net>
+
+pkgname=watchexec
+pkgver=1.17.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")
+sha256sums=('efcb6027a0063cd57cba41553511ccb2c66cc79d8623d430ff276ce506aa96ff')
+
+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