Date: Sunday, July 5, 2020 @ 18:00:44 Author: kpcyrd Revision: 657900
archrelease: copy trunk to community-x86_64 Added: cargo-watch/repos/community-x86_64/PKGBUILD (from rev 657899, cargo-watch/trunk/PKGBUILD) Deleted: cargo-watch/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 58 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2020-07-05 18:00:26 UTC (rev 657899) +++ PKGBUILD 2020-07-05 18:00:44 UTC (rev 657900) @@ -1,29 +0,0 @@ -# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> -# Contributor: Vlad M. <v...@archlinux.net> - -pkgname=cargo-watch -pkgver=7.4.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=('4f6b6939573ed5d4e8377b5fc6f0ba0f30711432a9cc2ed85b035ded2d2cf02c25d2bad18911d2c9e9c4d5b7081077a2d0320a512aff0a0696137ef451df47b0') -b2sums=('72bbfc4ab1205abdb099b6de163a48452187f5c50780e239dbe0c7e74feb2bdf853daa30d7ca28b7cef532a442dc24ee3c40ebbc1a7e8c2d7280be40623f5bde') - -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 657899, cargo-watch/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2020-07-05 18:00:44 UTC (rev 657900) @@ -0,0 +1,29 @@ +# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org> +# Contributor: Vlad M. <v...@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: