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

Kpcyrd kpcyrd at archlinux.org
Sun Mar 7 12:06:19 UTC 2021


    Date: Sunday, March 7, 2021 @ 12:06:19
  Author: kpcyrd
Revision: 885953

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-07 12:06:11 UTC (rev 885952)
+++ PKGBUILD	2021-03-07 12:06:19 UTC (rev 885953)
@@ -1,29 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-# Contributor: Vlad M. <vlad at archlinux.net>
-
-pkgname=cargo-watch
-pkgver=7.5.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')
-source=("https://github.com/passcod/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('7c1499b2b34889aa9e7790ac483bbbea68c36fba204196934ae6031dce3b2bac4aa12f98cc2a74591f9b4c776b29dde498da2beef825aea0d9dc007060272ecf')
-b2sums=('e4ecf016cd4502da0197a4e199de1a804172abc203399798adfa575e5e306ecf0611c35f9798da80e3d015728a50b3b48c2ab6f11c427661763ce431291ccbb1')
-
-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 885952, cargo-watch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-07 12:06:19 UTC (rev 885953)
@@ -0,0 +1,29 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Contributor: Vlad M. <vlad at archlinux.net>
+
+pkgname=cargo-watch
+pkgver=7.5.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=('253bb9b0b00d9fd0bd5ce6273c863fce69a95ddfd99e858b4d68e0900f946ac26beef44e5d695971865e12b684ef000f8da5d99ae3d02deb59c6099358607ca9')
+b2sums=('4be1b3a5d361814671d7758d0c75f06e900ead72cafcaf7819eb40fb280366a77afab0b5fcb91d4e3ad1b3bab0368f0d1a8570ab373e9b61f2f84cb442e5b8d5')
+
+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:



More information about the arch-commits mailing list