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

Kpcyrd kpcyrd at archlinux.org
Mon Mar 15 20:23:18 UTC 2021


    Date: Monday, March 15, 2021 @ 20:23:18
  Author: kpcyrd
Revision: 891630

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-15 20:23:01 UTC (rev 891629)
+++ PKGBUILD	2021-03-15 20:23:18 UTC (rev 891630)
@@ -1,33 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=cargo-fuzz
-pkgver=0.8.0
-pkgrel=1
-pkgdesc="Command line helpers for fuzzing rust"
-url="https://github.com/rust-fuzz/cargo-fuzz"
-depends=('cargo')
-arch=('x86_64')
-license=('MIT' 'APACHE')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-fuzz/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('f4290461a4866b2cff6afd2e8a611f7dc62552afcd329b476faece9cd8f71c562cf110314a355fe0cccdac7deab1e244e73e56114b629b58662ff5bafea99536')
-b2sums=('abfe8a5d8b1c9719257902f78ece3e0df1b8657c27f2269f6f0f541e7391045ce5bb62099d698485ca6f24170db70d17023328211bb3ed25772dd49709b68d4f')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  cargo build --release --locked
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  # this is broken on linux-hardened
-  #RUSTC_BOOTSTRAP=1 cargo test --release --locked
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: cargo-fuzz/repos/community-x86_64/PKGBUILD (from rev 891629, cargo-fuzz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-15 20:23:18 UTC (rev 891630)
@@ -0,0 +1,33 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=cargo-fuzz
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="Command line helpers for fuzzing rust"
+url="https://github.com/rust-fuzz/cargo-fuzz"
+depends=('cargo')
+arch=('x86_64')
+license=('MIT' 'APACHE')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-fuzz/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('a925b2bf373f0ed405e46d1704c7bbd706efacf203754288e4f9997a6c5135865a08cb32e6d6d4b8fce79751404f12b878a30ed041ebbb975a18fbbcc5d9d357')
+b2sums=('243b930e9b57b96df035e9b17de0414daf20e0033cda1943b9dd6f9c1a0a8b509cd81ca5d3c01febd90bb962042a98e36db34e3a9454703b4c1df94e8110de30')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  cargo build --release --locked
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  # this is broken on linux-hardened
+  #RUSTC_BOOTSTRAP=1 cargo test --release --locked
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 "target/release/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm644 LICENSE-MIT -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list