[arch-commits] Commit in runc/trunk (PKGBUILD)

Morten Linderud foxboron at archlinux.org
Fri Jul 9 12:59:52 UTC 2021


    Date: Friday, July 9, 2021 @ 12:59:51
  Author: foxboron
Revision: 976212

upgpkg: runc 1.0.0-2 - criu optdepends

Modified:
  runc/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-09 12:57:37 UTC (rev 976211)
+++ PKGBUILD	2021-07-09 12:59:51 UTC (rev 976212)
@@ -3,7 +3,7 @@
 
 pkgname=runc
 pkgver=1.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='CLI tool for managing OCI compliant containers'
 arch=(x86_64)
 url='https://runc.io/'
@@ -10,6 +10,9 @@
 license=(Apache)
 depends=(libseccomp)
 makedepends=(git go go-md2man)
+opdepends=(
+  'criu: checkpoint support'
+)
 _commit=84113eef6fc27af1b01b3181f31bbaf708715301	#refs/tags/v1.0.0^{}
 source=("git+https://github.com/opencontainers/runc.git#commit=$_commit?signed")
 # source=("git+https://github.com/opencontainers/runc.git#tag=v1.0.0-rc92?signed")




More information about the arch-commits mailing list