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

Morten Linderud foxboron at gemini.archlinux.org
Sun Sep 19 09:40:26 UTC 2021


    Date: Sunday, September 19, 2021 @ 09:40:26
  Author: foxboron
Revision: 1017233

upgpkg: crun 1.0-2 - FS#72161: Add python bindings

Modified:
  crun/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-19 09:39:23 UTC (rev 1017232)
+++ PKGBUILD	2021-09-19 09:40:26 UTC (rev 1017233)
@@ -3,13 +3,13 @@
 
 pkgname=crun
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast and lightweight fully featured OCI runtime and C library for running containers"
 url="https://github.com/containers/crun"
 license=('LGPL')
 arch=('x86_64')
 depends=('yajl' 'systemd-libs' 'libcap' 'libseccomp')
-makedepends=('libtool' 'python' 'go-md2man' 'systemd')
+makedepends=('libtool' 'python' 'go-md2man' 'systemd' 'git')
 optdepends=(
     'criu: checkpoint support'
 )
@@ -23,7 +23,8 @@
     ./autogen.sh
     ./configure \
         --prefix=/usr \
-        --enable-dynamic
+        --enable-dynamic \
+        --with-python-bindings
     make
 }
 



More information about the arch-commits mailing list