From 79084e8625f560eb3a81d1c8f92b338dd5ec9a83 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 1/2] Adopt SPDX identifiers for license fields --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 0535cb6..cfa7715 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 26f8a45..4046440 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') makedepends=('git' 'go') optdepends=('docker: for Docker runtime support') provides=( From b761d9eef8ca4a31007bf636718877d1bbcc5ab7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20H=C3=BCsers?= Date: Sun, 21 Jul 2024 07:39:22 +0200 Subject: [PATCH 2/2] upgpkg: gvisor-git 20240715.0-1 upstream release --- .SRCINFO | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index cfa7715..28bd017 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = gvisor-git pkgdesc = OCI container sandbox runtime focused on security, efficiency, and ease of use - pkgver = 20240603.0 + pkgver = 20240715.0 pkgrel = 1 url = https://gvisor.dev arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index 4046440..47f187d 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,7 +4,7 @@ pkgname='gvisor-git' _pkgbin='runsc' _pkgshim='containerd-shim-runsc-v1' -pkgver=20240603.0 +pkgver=20240715.0 pkgrel=1 pkgdesc='OCI container sandbox runtime focused on security, efficiency, and ease of use' arch=('x86_64' 'aarch64')