summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHanabishi2024-05-08 02:53:33 +0000
committerHanabishi2024-05-08 02:53:33 +0000
commit7bb7569910a8c61786af21531cb0919021b283fe (patch)
tree897db97c9a3763bc62d490a0b9fe2789642ad20e
parent66efe554da57932dfa57aa0205fbef2fc2846711 (diff)
downloadaur-7bb7569910a8c61786af21531cb0919021b283fe.tar.gz
Use SPDX license
+ cosmetic changes
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53b1b4ccc82b..3807e2a440bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@ _name=7-zip
pkgname=${_name}-full
pkgver=23.01
pkgrel=4
-pkgdesc="File archiver with a high compression ratio (full package to replace p7zip)"
-url="https://7-zip.org/"
-license=('LGPL')
+pkgdesc='File archiver with a high compression ratio (full package to replace p7zip)'
+url='https://7-zip.org/'
+license=('LGPL-2.1-or-later' 'BSD-3-Clause' 'LicenseRef-UnRAR')
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
provides=("${_name}" 'p7zip')
conflicts=("${provides[@]}")
@@ -77,7 +77,7 @@ package() {
'CPP/7zip/Bundles/Format7zF/_o/7z.so'
install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}" \
- 'DOC/'{'copying.txt','License.txt','unRarLicense.txt'}
+ 'DOC/unRarLicense.txt'
local doc="${pkgdir}/usr/share/doc/${pkgname}"
install -Dm644 -t "${doc}" \