Adopt SPDX identifiers for license fields
This commit is contained in:
parent
c3f686e83e
commit
abeb3ab965
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
@ -5,7 +5,7 @@ pkgbase = gvisor-bin
|
||||||
url = https://gvisor.dev
|
url = https://gvisor.dev
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = aarch64
|
arch = aarch64
|
||||||
license = Apache
|
license = Apache-2.0
|
||||||
optdepends = docker: for Docker runtime support
|
optdepends = docker: for Docker runtime support
|
||||||
provides = gvisor
|
provides = gvisor
|
||||||
conflicts = gvisor
|
conflicts = gvisor
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -9,7 +9,7 @@ pkgrel=1
|
||||||
pkgdesc='OCI container sandbox runtime focused on security, efficiency, and ease of use'
|
pkgdesc='OCI container sandbox runtime focused on security, efficiency, and ease of use'
|
||||||
arch=('x86_64' 'aarch64')
|
arch=('x86_64' 'aarch64')
|
||||||
url='https://gvisor.dev'
|
url='https://gvisor.dev'
|
||||||
license=('Apache')
|
license=('Apache-2.0')
|
||||||
optdepends=('docker: for Docker runtime support')
|
optdepends=('docker: for Docker runtime support')
|
||||||
provides=(
|
provides=(
|
||||||
"${pkgname%-bin}"
|
"${pkgname%-bin}"
|
||||||
|
|
Loading…
Reference in a new issue