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

Kpcyrd kpcyrd at archlinux.org
Wed Mar 25 03:14:27 UTC 2020


    Date: Wednesday, March 25, 2020 @ 03:14:27
  Author: kpcyrd
Revision: 603975

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-25 03:14:12 UTC (rev 603974)
+++ PKGBUILD	2020-03-25 03:14:27 UTC (rev 603975)
@@ -1,29 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-# Contributor: Jian Zeng <anonymousknight96+aur AT gmail.com>
-# Contributor: Alexandre Bury <alexandre.bury+aur AT gmail.com>
-# Contributor: Vlad M. <vlad at archlinux.net>
-
-pkgname=cargo-outdated
-pkgver=0.9.7
-pkgrel=1
-pkgdesc="A cargo subcommand for displaying when Rust dependencies are out of date"
-url="https://github.com/kbknapp/cargo-outdated"
-arch=('x86_64')
-license=('MIT')
-depends=('cargo')
-source=("${pkgname}-${pkgver}.tar.gz::https://crates.io/api/v1/crates/${pkgname}/${pkgver}/download")
-sha256sums=('47e858867ceef1aa393a3e68bf4d8aad862eafee563b854237e838cdce55da1d')
-b2sums=('de284880960f0d34a1f31239cbafb6e03b9acf6d27f36f0c8f769ac53053a47a88eaaae8fd1de17336d38fa59dd6d181ab113c540129bccfcf51c6421f24a082')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-outdated/repos/community-x86_64/PKGBUILD (from rev 603974, cargo-outdated/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-25 03:14:27 UTC (rev 603975)
@@ -0,0 +1,29 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+# Contributor: Jian Zeng <anonymousknight96+aur AT gmail.com>
+# Contributor: Alexandre Bury <alexandre.bury+aur AT gmail.com>
+# Contributor: Vlad M. <vlad at archlinux.net>
+
+pkgname=cargo-outdated
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="A cargo subcommand for displaying when Rust dependencies are out of date"
+url="https://github.com/kbknapp/cargo-outdated"
+arch=('x86_64')
+license=('MIT')
+depends=('cargo')
+source=("${pkgname}-${pkgver}.tar.gz::https://crates.io/api/v1/crates/${pkgname}/${pkgver}/download")
+sha256sums=('388f7f979963f4284f4bb7053482b2fea2bb48275397b3a701bf6c7afd2fd020')
+b2sums=('46f9eca05fbe925f6918227db17722f14bcb5bb45b5d34a85c86dcbb09de2204d04a9a595f2d5cd11693e6e3d0edde01a8c491c87e1d24dd35a632e8bfa8ef49')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list