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

Kpcyrd kpcyrd at archlinux.org
Mon Apr 19 20:14:04 UTC 2021


    Date: Monday, April 19, 2021 @ 20:14:03
  Author: kpcyrd
Revision: 920008

archrelease: copy trunk to community-x86_64

Added:
  cargo-fuzz/repos/community-x86_64/PKGBUILD
    (from rev 920007, 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-04-19 20:13:49 UTC (rev 920007)
+++ PKGBUILD	2021-04-19 20:14:03 UTC (rev 920008)
@@ -1,33 +0,0 @@
-# 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:

Copied: cargo-fuzz/repos/community-x86_64/PKGBUILD (from rev 920007, cargo-fuzz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-19 20:14:03 UTC (rev 920008)
@@ -0,0 +1,33 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=cargo-fuzz
+pkgver=0.10.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=('83fdf39ddbd856b93710d79ef98d9ff7a6eaf8061ff510eaf0fee386ed7e51f26b7eba53c4d3f50250d9e502bef861adc6e73998c9d9f9112402495a03104a82')
+b2sums=('a2dbb9a8f524ca9a7fe41df3782b126d79d2ff6ff58352983e70050d03a6a2cb6f24752b251b477fae5d7fff1a047180a385de294f5155db459b14c3ba9199e2')
+
+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