[arch-commits] Commit in runc/trunk (PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Tue Aug 23 18:27:48 UTC 2022
Date: Tuesday, August 23, 2022 @ 18:27:48
Author: foxboron
Revision: 1275792
upgpkg: runc 1.1.3-2: FS#71657 - support oci-runtime
Modified:
runc/trunk/PKGBUILD
----------+
PKGBUILD | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-23 18:26:39 UTC (rev 1275791)
+++ PKGBUILD 2022-08-23 18:27:48 UTC (rev 1275792)
@@ -4,11 +4,12 @@
pkgname=runc
pkgver=1.1.3
-pkgrel=1
+pkgrel=2
pkgdesc='CLI tool for managing OCI compliant containers'
arch=(x86_64)
url='https://runc.io/'
license=(Apache)
+provides=('oci-runtime')
depends=(libseccomp)
makedepends=(git go go-md2man)
optdepends=(
More information about the arch-commits
mailing list