From 1296ab1212ad589b80a4e340d5b5ceee88a1b35c Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Thu, 9 Mar 2023 17:37:36 +0000 Subject: [PATCH] unar: fix license. Revbumping to propagate the change to the repos. --- srcpkgs/unar/template | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/srcpkgs/unar/template b/srcpkgs/unar/template index bfeee302a80a..d614b4943a5e 100644 --- a/srcpkgs/unar/template +++ b/srcpkgs/unar/template @@ -1,7 +1,7 @@ # Template file for 'unar' pkgname=unar version=1.10.7 -revision=10 +revision=11 archs="~*-musl" # regexec incompatible build_wrksrc="XADMaster" build_style=gnu-makefile @@ -11,7 +11,7 @@ hostmakedepends="gcc-objc" makedepends="gnustep-base-devel bzip2-devel wavpack-devel" short_desc="Unarchiver for a variety of file formats" maintainer="Robert Lowry " -license="GPL-2.0-or-later" +license="LGPL-2.1-or-later" homepage="https://theunarchiver.com/command-line" distfiles="https://github.com/MacPaw/unar/archive/v${version}.tar.gz" checksum=6ab8f01f7db8bc88e6e8e08a1d79fb7ef8e9fb1d940c748d0a329a2d6d331016 @@ -23,10 +23,9 @@ post_extract() { } do_install() { - for x in unar lsar; do - vbin "$x" + vbin "${x}" vman "Extra/${x}.1" - vinstall "Extra/${x}.bash_completion" 644 usr/share/bash-completion/completions "$x" + vinstall "Extra/${x}.bash_completion" 644 usr/share/bash-completion/completions "${x}" done }