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

Kpcyrd kpcyrd at archlinux.org
Sun Jul 19 17:20:32 UTC 2020


    Date: Sunday, July 19, 2020 @ 17:20:31
  Author: kpcyrd
Revision: 664593

archrelease: copy trunk to community-x86_64

Added:
  cargo-outdated/repos/community-x86_64/PKGBUILD
    (from rev 664592, 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-07-19 16:30:21 UTC (rev 664592)
+++ PKGBUILD	2020-07-19 17:20:31 UTC (rev 664593)
@@ -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.10
-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=('0d263837d06c02e65c22ec058064631375583b01abf8653f661cadc7b693e9a0')
-b2sums=('fef6b48746aca4ef9607ecc2ce9455aac13427ef83cf64f53b1fc63c659f6be54c03152ce96ef2ed224809a137befe1adcf085e48822b9cfe53321463a3e722a')
-
-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 664592, cargo-outdated/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-19 17:20:31 UTC (rev 664593)
@@ -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.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:



More information about the arch-commits mailing list