Adopt SPDX identifiers for license fields

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

View file

@ -5,7 +5,7 @@ pkgbase = gvisor-git
url = https://gvisor.dev
arch = x86_64
arch = aarch64
license = Apache
license = Apache-2.0
makedepends = git
makedepends = go
optdepends = docker: for Docker runtime support

View file

@ -9,7 +9,7 @@ pkgrel=1
pkgdesc='OCI container sandbox runtime focused on security, efficiency, and ease of use'
arch=('x86_64' 'aarch64')
url='https://gvisor.dev'
license=('Apache')
license=('Apache-2.0')
makedepends=('git' 'go')
optdepends=('docker: for Docker runtime support')
provides=(