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

Frederik Schwan freswa at archlinux.org
Fri Jul 2 23:23:34 UTC 2021


    Date: Friday, July 2, 2021 @ 23:23:34
  Author: freswa
Revision: 970956

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-02 23:23:31 UTC (rev 970955)
+++ PKGBUILD	2021-07-02 23:23:34 UTC (rev 970956)
@@ -1,31 +0,0 @@
-# Maintainer: kpcyrd <git at rxv.cc>
-
-pkgname=cargo-audit
-pkgver=0.14.1
-pkgrel=1
-pkgdesc="Audit Cargo.lock for crates with security vulnerabilities"
-url="https://github.com/RustSec/cargo-audit"
-depends=('cargo')
-arch=('x86_64')
-license=('MIT' 'APACHE')
-source=("https://github.com/RustSec/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('bdf1b12a298f585195fbbe75cb01c8746a0bbb734409d0a9130c197cb179f638')
-b2sums=('7307dba5fd1c9e54cce278b0403efde920ced5a0c2575d8359ce27a0908485fed5776baa4ab7d790a4e46204542e52b120b0240e894f29262f3b77ba4a420cdf')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "target/release/${pkgname}" -t "${pkgdir}/usr/bin"
-  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: cargo-audit/repos/community-x86_64/PKGBUILD (from rev 970955, cargo-audit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-02 23:23:34 UTC (rev 970956)
@@ -0,0 +1,31 @@
+# Maintainer: kpcyrd <git at rxv.cc>
+
+pkgname=cargo-audit
+pkgver=0.15.0
+pkgrel=1
+pkgdesc="Audit Cargo.lock for crates with security vulnerabilities"
+url="https://github.com/RustSec/cargo-audit"
+depends=('cargo')
+arch=('x86_64')
+license=('MIT' 'APACHE')
+source=("https://github.com/RustSec/rustsec/archive/${pkgname}/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('af5a7d7c681d1956433ec4bc239bfb2c24df90731ae514a7cd3ca909562f9855')
+b2sums=('c31b76aaeb0f8260639c8ca287f491d093591e51b0edfc96ad46c820df37f7505119cc3d4b13ce4bed6f32d4241068f1c69085cdf53fcfd38e943d1ad537fd39')
+
+build() {
+  cd rustsec-${pkgname}-v${pkgver}/${pkgname}
+  cargo build --release --locked
+}
+
+check() {
+  cd rustsec-${pkgname}-v${pkgver}/${pkgname}
+  cargo test --release --locked
+}
+
+package() {
+  cd rustsec-${pkgname}-v${pkgver}
+  install -Dm755 target/release/${pkgname} -t "${pkgdir}"/usr/bin
+  install -Dm644 ${pkgname}/LICENSE-MIT -t "${pkgdir}"/usr/share/licenses/${pkgname}
+}
+
+# vim: ts=2 sw=2 et:




More information about the arch-commits mailing list