Adopt SPDX identifiers for license fields

This commit is contained in:
Manuel 2024-07-21 07:32:40 +02:00
parent c3f686e83e
commit abeb3ab965
2 changed files with 2 additions and 2 deletions

View file

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

View file

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