From c5b54946793a7d25196441c0fd93c283e2ad53f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?= Date: Mon, 19 Apr 2021 14:06:42 +0200 Subject: [PATCH] cargo-about: update to 0.3.0. --- srcpkgs/cargo-about/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cargo-about/template b/srcpkgs/cargo-about/template index 7018e3e92932..27eddbd2cfc4 100644 --- a/srcpkgs/cargo-about/template +++ b/srcpkgs/cargo-about/template @@ -1,6 +1,6 @@ # Template file for 'cargo-about' pkgname=cargo-about -version=0.2.3 +version=0.3.0 revision=1 build_style=cargo short_desc="Cargo plugin to generate list of all licenses for a crate" @@ -8,7 +8,11 @@ maintainer="Jan Christian Grünhage " license="MIT, Apache-2.0" homepage="https://github.com/EmbarkStudios/cargo-about" distfiles="https://github.com/EmbarkStudios/cargo-about/archive/${version}.tar.gz" -checksum=e39528da6826ddb609165866858984578ebbf80819b136d66215e840c69621c7 +checksum=01c5c78e4486b6de5694c0f140cab4b0f6efb807736a64602636a2266e2f015b + +if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then + broken="broken on architectures without atomic8" +fi post_install() { vlicense LICENSE-APACHE