[arch-commits] Commit in watchexec/repos/community-x86_64 (PKGBUILD PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sun Nov 15 04:31:30 UTC 2020
Date: Sunday, November 15, 2020 @ 04:31:30
Author: svenstaro
Revision: 754338
archrelease: copy trunk to community-x86_64
Added:
watchexec/repos/community-x86_64/PKGBUILD
(from rev 754337, watchexec/trunk/PKGBUILD)
Deleted:
watchexec/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-15 04:31:24 UTC (rev 754337)
+++ PKGBUILD 2020-11-15 04:31:30 UTC (rev 754338)
@@ -1,31 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
-# Contributor: Vlad M. <vlad at archlinux.net>
-
-pkgname=watchexec
-pkgver=1.14.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=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('605f58028adf7a9fac42e992633e6291503eefbbbef056607b4b90ed71931f2b')
-
-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 754337, watchexec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-11-15 04:31:30 UTC (rev 754338)
@@ -0,0 +1,31 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
+# Contributor: Vlad M. <vlad at archlinux.net>
+
+pkgname=watchexec
+pkgver=1.14.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=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('23ca90f1f070b0d30e821667c8b9deaf174d020373ea032e9e22f1a78adcfa1c')
+
+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"
+}
More information about the arch-commits
mailing list