From 17a645288e2f82658b8e3de1e8a940024299ac45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sun, 21 Jul 2024 07:32:40 +0200 Subject: [PATCH] Adopt SPDX identifiers for license fields --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index eda3aaf..e05ad1e 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -4,7 +4,7 @@ pkgbase = ect pkgrel = 1 url = https://github.com/fhanau/efficient-compression-tool arch = x86_64 - license = Apache + license = Apache-2.0 makedepends = nasm makedepends = git makedepends = cmake diff --git a/PKGBUILD b/PKGBUILD index 9984843..04fc7f9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc='File compressor, supports postcompression of PNG, JPEG, GZIP and ZIP files' url="https://github.com/fhanau/$_pkgname" arch=('x86_64') -license=('Apache') +license=('Apache-2.0') depends=('gcc-libs') makedepends=('nasm' 'git' 'cmake') source=("git+$url.git#tag=v$pkgver"