diff --git a/srcpkgs/unar/template b/srcpkgs/unar/template index bfeee302a80..d614b4943a5 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 }