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

Kpcyrd kpcyrd at archlinux.org
Thu Oct 29 23:27:55 UTC 2020


    Date: Thursday, October 29, 2020 @ 23:27:55
  Author: kpcyrd
Revision: 736639

archrelease: copy trunk to community-x86_64

Added:
  cargo-outdated/repos/community-x86_64/PKGBUILD
    (from rev 736638, 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-10-29 23:27:41 UTC (rev 736638)
+++ PKGBUILD	2020-10-29 23:27:55 UTC (rev 736639)
@@ -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.11
-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=('6eb72bf3ac8c773c389b6d6e4be1e95528d1e06db33c6b7fe92539f37fe64d48')
-b2sums=('e321887335317a0020065afd8962db72d420a83f6665a535aca9ff89fe3f6303df4f159320dd06c4ae60721fa6e3fee24a1b85e64c01ff760f50fa8872fbfa70')
-
-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 736638, cargo-outdated/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-29 23:27:55 UTC (rev 736639)
@@ -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.13
+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=('e2492aafec6ffa1e2d175af572f86665ba40c0d1f602eaed85da381b9c0b8855')
+b2sums=('93d4bccfe0431bfbcb36e72abe7d3b325f92917ff39828e777b0cf3979f0d5108fe3fa3901879a9874b9c34ec6c0a523d37207994f3131ae5bdb1d5883a9a155')
+
+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