From 5702264b58cca484450fb0670e346fa4beb58998 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 30 Apr 2021 18:47:08 +0200 Subject: [PATCH] crash: update to 7.3.0. --- srcpkgs/crash/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/crash/template b/srcpkgs/crash/template index 2326da52c3e..c94a1e550a8 100644 --- a/srcpkgs/crash/template +++ b/srcpkgs/crash/template @@ -1,6 +1,6 @@ # Template file for 'crash' pkgname=crash -version=7.2.9 +version=7.3.0 revision=1 archs="i686 x86_64" # broken on musl build_style=gnu-makefile @@ -12,14 +12,10 @@ license="GPL-3.0-or-later" homepage="https://crash-utility.github.io/" changelog="https://crash-utility.github.io/crash.changelog.html" distfiles="https://github.com/crash-utility/crash/archive/${version}.tar.gz" -checksum=6c07634f7357906dcb21ff3decd1760d7b0b1a11c01472cd17aba2e67f3ce16e +checksum=98d4367ae0ea7d2eda547357a839f7bddee517b588b281574d58a15a418af5b9 nocross=yes LDFLAGS=-llzo2 -case "$XBPS_TARGET_MACHINE" in - i686*) nopie=yes;; # broken CPUID inline assembly -esac - post_extract() { sed -i 's|arch|uname -a|g' extensions/snap.mk sed -i 's|/usr/lib/debug/lib/modules|/usr/lib/debug/usr/lib/modules|g' defs.h