Adopt SPDX identifiers for license fields
This commit is contained in:
parent
e073d7a6ed
commit
17a645288e
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.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
|
||||
|
|
2
PKGBUILD
2
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"
|
||||
|
|
Loading…
Reference in a new issue