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

Kpcyrd kpcyrd at archlinux.org
Fri Apr 30 21:55:05 UTC 2021


    Date: Friday, April 30, 2021 @ 21:55:05
  Author: kpcyrd
Revision: 925416

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-30 21:54:50 UTC (rev 925415)
+++ PKGBUILD	2021-04-30 21:55:05 UTC (rev 925416)
@@ -1,34 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-# Contributor: Vlad M. <vlad at archlinux.net>
-
-pkgname=cargo-watch
-pkgver=7.7.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')
-makedepends=('ruby-ronn')
-source=("https://github.com/passcod/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('59084ac4d2cf6a37f781981ab004524b41d1170e06c95d4887e503fe2c32a91f8ee9cc415420d8ffda5577a48a4c70ccb8371432783fe3805fa14e0f0ed63101')
-b2sums=('7980ccb5792562c249ad9cadf34af25225590ed66e2b95a5a5154acaf464f18e5cba0e0a0d34f4eafa22800463e66388765771750e1dfaa976595ab3163f650e')
-
-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:

Copied: cargo-watch/repos/community-x86_64/PKGBUILD (from rev 925415, cargo-watch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-30 21:55:05 UTC (rev 925416)
@@ -0,0 +1,34 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Contributor: Vlad M. <vlad at archlinux.net>
+
+pkgname=cargo-watch
+pkgver=7.7.2
+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=('a12a8b55f76ebf2fb2b0a9f00257fb7a1a9a926a5131dd77367af97bd2eedc243aefb1b9d6756506da3497187f62ed526165adf3cdae28d197cf5fe18ca2a5ee')
+b2sums=('4beb9fe2cd5dcab992bce83c2fed54a31df5339fecdaf135ffdd5bcfb31ed6feb7d4b18ae66600275f1fa3890f52a882b25746fa91dbdac437f47fafa3931d16')
+
+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