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

Kpcyrd kpcyrd at archlinux.org
Fri Jan 17 15:07:57 UTC 2020


    Date: Friday, January 17, 2020 @ 15:07:56
  Author: kpcyrd
Revision: 552849

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-17 15:07:32 UTC (rev 552848)
+++ PKGBUILD	2020-01-17 15:07:56 UTC (rev 552849)
@@ -1,33 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=cargo-fuzz
-pkgver=0.6.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=('b647e8d68a93eaa099dc1bf5e5e5e57ee8bd0e03f023c1664e6535e2938acfa5b884bc938cccd22d1071021170104fa48177ff6eab86d11cd0d1ecf1835d6aa0')
-b2sums=('a9a778545ea7d9707fb24534684366e71ddcd08fde07626d8f7b3b67d4189eed09abc47c7a7eeaae3919904c6c534005a8d3e6f77b5de592c72a35937eb628da')
-
-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 552848, cargo-fuzz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-17 15:07:56 UTC (rev 552849)
@@ -0,0 +1,33 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=cargo-fuzz
+pkgver=0.7.1
+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=('cbf5a2de52a37df3d5aac107b66c489476a4c76d865a1c957e22421d7c1ea725ddf4ab9fb07e1d1e1e70d81366adee28fb2908c33f51735884ddaf2d3095976e')
+b2sums=('ae8b4832c272882e299952b733d3404960e5726f216ef928a9e5f5f9a89d3fc73ca6fe28bf426c014623a81f30a9561f48c72e36faac7cca34a7167a5117b8ab')
+
+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