From abeb3ab965c6dbc493b4f65f3455b675d5e627c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sun, 21 Jul 2024 07:32:40 +0200 Subject: [PATCH] Adopt SPDX identifiers for license fields --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index d982f67..64dfa1c 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -5,7 +5,7 @@ pkgbase = gvisor-bin url = https://gvisor.dev arch = x86_64 arch = aarch64 - license = Apache + license = Apache-2.0 optdepends = docker: for Docker runtime support provides = gvisor conflicts = gvisor diff --git a/PKGBUILD b/PKGBUILD index efdad39..7b5bba8 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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') optdepends=('docker: for Docker runtime support') provides=( "${pkgname%-bin}"