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

Kpcyrd kpcyrd at archlinux.org
Sun Apr 11 14:34:26 UTC 2021


    Date: Sunday, April 11, 2021 @ 14:34:26
  Author: kpcyrd
Revision: 915750

archrelease: copy trunk to community-x86_64

Added:
  cargo-watch/repos/community-x86_64/PKGBUILD
    (from rev 915749, cargo-watch/trunk/PKGBUILD)
Deleted:
  cargo-watch/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-11 14:34:11 UTC (rev 915749)
+++ PKGBUILD	2021-04-11 14:34:26 UTC (rev 915750)
@@ -1,29 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-# Contributor: Vlad M. <vlad at archlinux.net>
-
-pkgname=cargo-watch
-pkgver=7.6.1
-pkgrel=1
-pkgdesc="Utility for Cargo to compile projects when sources change"
-url='https://github.com/passcod/cargo-watch'
-arch=('x86_64')
-license=('CC0-1.0')
-depends=('cargo')
-source=("https://github.com/passcod/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('bde57f3837598c7a171ce4942a35e0c0c016741caaf7a68990561620355061c147733b9f26738c3adafd180bd75bec863de748870db9edc16926548ce8f46e98')
-b2sums=('d49707e7f6be88a33f838fec52babd508a5a643937c95949ba49ea15c066e2d8cc4dbaee975e283e2f6e8f8a858c44e651a4ce3e69505e0259c6e9275d17bec5')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --release --locked
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
-
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-watch/repos/community-x86_64/PKGBUILD (from rev 915749, cargo-watch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-11 14:34:26 UTC (rev 915750)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Contributor: Vlad M. <vlad at archlinux.net>
+
+pkgname=cargo-watch
+pkgver=7.7.0
+pkgrel=1
+pkgdesc="Utility for Cargo to compile projects when sources change"
+url='https://github.com/passcod/cargo-watch'
+arch=('x86_64')
+license=('CC0-1.0')
+depends=('cargo')
+makedepends=('ruby-ronn')
+source=("https://github.com/passcod/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('377cded6cd16f7233879f9675e8c52e9411de071c74de9713c0db442fcd06ff3a3b57706820f4538c22a690a3bf94200280bf56ca6304bdf4f05424326596d27')
+b2sums=('cf974a305086e3987ed5764220596688c458ff0a828844bd77ca91e0c225dd1b8955127bc7a664b2d18c77a2aba8f9a10fe5fdb1ccce6f1b51d47f0799f8f871')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --release --locked
+  ronn --roff cargo-watch.1.ronn
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
+
+  install -Dm 644 completions/zsh "${pkgdir}/usr/share/zsh/site-functions/_cargo-watch"
+  install -Dm 644 cargo-watch.1 -t "${pkgdir}/usr/share/man/man1"
+
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list