Adopt SPDX identifiers for license fields

This commit is contained in:
Manuel 2024-07-21 07:32:40 +02:00
parent 22120a640c
commit cc9e320509
Signed by: Manuel
GPG key ID: 4085037435E1F07A
38 changed files with 42 additions and 43 deletions

View file

@ -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

View file

@ -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"