unar: fix license.

Revbumping to propagate the change to the repos.
This commit is contained in:
mhmdanas 2023-03-09 17:37:36 +00:00 committed by classabbyamp
parent 6d892941d0
commit 5204dd9c4f

View file

@ -1,7 +1,7 @@
# Template file for 'unar' # Template file for 'unar'
pkgname=unar pkgname=unar
version=1.10.7 version=1.10.7
revision=10 revision=11
archs="~*-musl" # regexec incompatible archs="~*-musl" # regexec incompatible
build_wrksrc="XADMaster" build_wrksrc="XADMaster"
build_style=gnu-makefile build_style=gnu-makefile
@ -11,7 +11,7 @@ hostmakedepends="gcc-objc"
makedepends="gnustep-base-devel bzip2-devel wavpack-devel" makedepends="gnustep-base-devel bzip2-devel wavpack-devel"
short_desc="Unarchiver for a variety of file formats" short_desc="Unarchiver for a variety of file formats"
maintainer="Robert Lowry <bobertlo@gmail.com>" maintainer="Robert Lowry <bobertlo@gmail.com>"
license="GPL-2.0-or-later" license="LGPL-2.1-or-later"
homepage="https://theunarchiver.com/command-line" homepage="https://theunarchiver.com/command-line"
distfiles="https://github.com/MacPaw/unar/archive/v${version}.tar.gz" distfiles="https://github.com/MacPaw/unar/archive/v${version}.tar.gz"
checksum=6ab8f01f7db8bc88e6e8e08a1d79fb7ef8e9fb1d940c748d0a329a2d6d331016 checksum=6ab8f01f7db8bc88e6e8e08a1d79fb7ef8e9fb1d940c748d0a329a2d6d331016
@ -23,10 +23,9 @@ post_extract() {
} }
do_install() { do_install() {
for x in unar lsar; do for x in unar lsar; do
vbin "$x" vbin "${x}"
vman "Extra/${x}.1" 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 done
} }