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

Frederik Schwan freswa at gemini.archlinux.org
Sat Jul 17 14:29:53 UTC 2021


    Date: Saturday, July 17, 2021 @ 14:29:53
  Author: freswa
Revision: 978337

use pinned commits instead of tags

Modified:
  runc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-17 13:02:37 UTC (rev 978336)
+++ PKGBUILD	2021-07-17 14:29:53 UTC (rev 978337)
@@ -4,7 +4,7 @@
 
 pkgname=runc
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='CLI tool for managing OCI compliant containers'
 arch=(x86_64)
 url='https://runc.io/'
@@ -14,9 +14,8 @@
 opdepends=(
   'criu: checkpoint support'
 )
-_commit=47e597c3eb2f002299eb9be6c8476194a92e9595	#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=v${pkgver}?signed")
+_commit=4144b63817ebcc5b358fc2c8ef95f7cddd709aa7	#refs/tags/v1.0.0^{}
+source=("git+https://github.com/opencontainers/runc.git#commit=$_commit?signed")
 validpgpkeys=("5F36C6C61B5460124A75F5A69E18AA267DDB8DB4"
 			  "C9C370B246B09F6DBCFC744C34401015D1D2D386")
 sha256sums=('SKIP')




More information about the arch-commits mailing list