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

Kpcyrd kpcyrd at gemini.archlinux.org
Tue Nov 16 12:46:29 UTC 2021


    Date: Tuesday, November 16, 2021 @ 12:46:29
  Author: kpcyrd
Revision: 1048778

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-16 12:46:14 UTC (rev 1048777)
+++ PKGBUILD	2021-11-16 12:46:29 UTC (rev 1048778)
@@ -1,39 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-# Contributor: Vlad M. <vlad at archlinux.net>
-
-pkgname=cargo-watch
-pkgver=8.1.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=('570855e468009ba75d54fadfb70a11eeb02294747ceb651bfa32eb067eadeaaeb6107b91d1d1338d474c16105b4626872cac5ef25241dbe6959a3e9a9ea03b40')
-b2sums=('732ce26eaa4ad7085cf836be56f6d75b9c60d13ae427343cafe01c899179016c5f9a8433f0e3ee365550b85007bfb90d9f17e7d27643e85b2fdc2927f525e2a3')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  cargo build --frozen --release
-  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 1048777, cargo-watch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-16 12:46:29 UTC (rev 1048778)
@@ -0,0 +1,39 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Contributor: Vlad M. <vlad at archlinux.net>
+
+pkgname=cargo-watch
+pkgver=8.1.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=('3a62091eb382ce4c90426bef3b7aa7a6b9e68c876531d98f5222da29b409705b9ed92c60aa79f73eed3ee406e92e3233bd009ab5944665b9b27cee76de7206e4')
+b2sums=('bddb358bb1f074a87507adfd7c4269e514b86ecd11f29cf5d2b58afc435f601b2450413083489ce66b281a77a74777a5c463461267adedcf7c4ada09d7aa4b7e')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  cargo fetch --locked --target "$CARCH-unknown-linux-gnu"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  cargo build --frozen --release
+  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