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"