[arch-commits] Commit in crun/trunk (PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Thu Jul 2 20:10:47 UTC 2020
Date: Thursday, July 2, 2020 @ 20:10:47
Author: foxboron
Revision: 657525
upgpkg: crun 0.14-1
Modified:
crun/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-02 20:06:23 UTC (rev 657524)
+++ PKGBUILD 2020-07-02 20:10:47 UTC (rev 657525)
@@ -2,7 +2,7 @@
# Contributor: hexchian <i at hexchain dot org>
pkgname=crun
-pkgver=0.13
+pkgver=0.14
pkgrel=1
pkgdesc="A fast and lightweight fully featured OCI runtime and C library for running containers"
url="https://github.com/containers/crun"
@@ -9,10 +9,10 @@
license=('LGPL')
arch=('x86_64')
depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp')
-makedepends=('libtool' 'python' 'go-md2man')
+makedepends=('libtool' 'python' 'go-md2man' 'systemd')
source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('10b0c1a118b6750dbc46cc2d2240a82f21dc323318a085963ba71da4f17d87b7'
+sha256sums=('cf3d005dfd0579f3d3b7a493444e9a2a901e0cfceafd11ff3dadbc1af4b6b3fd'
'SKIP')
build() {
More information about the arch-commits
mailing list