unar: fix license.
Revbumping to propagate the change to the repos.
This commit is contained in:
parent
6d892941d0
commit
5204dd9c4f
|
@ -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 <bobertlo@gmail.com>"
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue