From 256188e5286a973976aa889b3fc3f8a97d28e1d1 Mon Sep 17 00:00:00 2001 From: tibequadorian Date: Thu, 17 Mar 2022 16:48:30 +0100 Subject: [PATCH] lrzip: update to 0.651. --- srcpkgs/lrzip/template | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/srcpkgs/lrzip/template b/srcpkgs/lrzip/template index 1b492e9e6c6c..afc7475bf96d 100644 --- a/srcpkgs/lrzip/template +++ b/srcpkgs/lrzip/template @@ -1,6 +1,6 @@ # Template file for 'lrzip' pkgname=lrzip -version=0.650 +version=0.651 revision=1 build_style="gnu-configure" hostmakedepends="perl automake libtool" @@ -10,7 +10,7 @@ maintainer="Orphaned " license="GPL-2.0-or-later" homepage="http://lrzip.kolivas.org/" distfiles="https://github.com/ckolivas/lrzip/archive/v${version}.tar.gz" -checksum=e07b2b3511689e4aaf7404d289feba5d9d6e1170c448f85e393a11249502dd66 +checksum=f4c84de778a059123040681fd47c17565fcc4fec0ccc68fcf32d97fad16cd892 case "$XBPS_TARGET_MACHINE" in i686*|x86_64*) hostmakedepends+=" nasm";; @@ -19,9 +19,3 @@ esac pre_configure() { NOCONFIGURE=1 ./autogen.sh } - -# The library is deprecated as of lrzip 0.650. -post_install() { - rm -f ${DESTDIR}/usr/include/Lrzip.h - rm -f ${DESTDIR}/usr/lib/pkgconfig/lrzip.pc -}