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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed May 29 14:59:18 UTC 2019


    Date: Wednesday, May 29, 2019 @ 14:59:18
  Author: svenstaro
Revision: 474344

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-29 14:59:09 UTC (rev 474343)
+++ PKGBUILD	2019-05-29 14:59:18 UTC (rev 474344)
@@ -1,24 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Vlad M. <vlad at archlinux.net>
-
-pkgname=watchexec
-pkgver=1.10.1
-pkgrel=1
-pkgdesc="Executes commands in response to file modifications"
-url='https://github.com/watchexec/watchexec'
-makedepends=('cargo')
-arch=('x86_64')
-license=('Apache')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('48de75d1a85e3675078e144ea34f4edcd3707751e67370f3f6386e79ca9ba4fa')
-
-build() {
-  cd "$pkgname-$pkgver"
-  cargo build --release --locked
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  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 474343, watchexec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-29 14:59:18 UTC (rev 474344)
@@ -0,0 +1,24 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Vlad M. <vlad at archlinux.net>
+
+pkgname=watchexec
+pkgver=1.10.2
+pkgrel=1
+pkgdesc="Executes commands in response to file modifications"
+url='https://github.com/watchexec/watchexec'
+makedepends=('cargo')
+arch=('x86_64')
+license=('Apache')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('ecc00e43ff2b3404ebecf9f6d0c7115f46905de07df31b573281fe4d58169869')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cargo build --release --locked
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  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