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

Frederik Schwan freswa at gemini.archlinux.org
Tue Aug 31 12:50:54 UTC 2021


    Date: Tuesday, August 31, 2021 @ 12:50:53
  Author: freswa
Revision: 1010140

fix optdepends typo

Modified:
  runc/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-08-31 12:32:29 UTC (rev 1010139)
+++ PKGBUILD	2021-08-31 12:50:53 UTC (rev 1010140)
@@ -4,7 +4,7 @@
 
 pkgname=runc
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc='CLI tool for managing OCI compliant containers'
 arch=(x86_64)
 url='https://runc.io/'
@@ -11,7 +11,7 @@
 license=(Apache)
 depends=(libseccomp)
 makedepends=(git go go-md2man)
-opdepends=(
+optdepends=(
   'criu: checkpoint support'
 )
 _commit=52b36a2dd837e8462de8e01458bf02cf9eea47dd	#refs/tags/v1.0.2^{}



More information about the arch-commits mailing list