[arch-commits] Commit in crun/repos/community-x86_64 (PKGBUILD PKGBUILD)

Frederik Schwan freswa at gemini.archlinux.org
Thu Mar 3 11:46:47 UTC 2022


    Date: Thursday, March 3, 2022 @ 11:46:47
  Author: freswa
Revision: 1140488

archrelease: copy trunk to community-x86_64

Added:
  crun/repos/community-x86_64/PKGBUILD
    (from rev 1140487, crun/trunk/PKGBUILD)
Deleted:
  crun/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-03 11:46:44 UTC (rev 1140487)
+++ PKGBUILD	2022-03-03 11:46:47 UTC (rev 1140488)
@@ -1,32 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: hexchian <i at hexchain dot org>
-
-pkgname=crun
-pkgver=1.4.2
-pkgrel=1
-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' 'criu')
-makedepends=('libtool' 'python' 'go-md2man' 'systemd' 'git')
-source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
-validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('636afa526b43732909e9d9cca6597f8cd1b53a65a324179632607dd3d0008eae'
-            'SKIP')
-
-build() {
-    cd "$pkgname-$pkgver"
-    ./autogen.sh
-    ./configure \
-        --prefix=/usr \
-        --enable-shared \
-        --enable-dynamic \
-        --with-python-bindings
-    make
-}
-
-package() {
-    cd "$pkgname-$pkgver"
-    make DESTDIR="$pkgdir" install
-}

Copied: crun/repos/community-x86_64/PKGBUILD (from rev 1140487, crun/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-03 11:46:47 UTC (rev 1140488)
@@ -0,0 +1,32 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: hexchian <i at hexchain dot org>
+
+pkgname=crun
+pkgver=1.4.3
+pkgrel=1
+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' 'criu')
+makedepends=('libtool' 'python' 'go-md2man' 'systemd' 'git')
+source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+sha256sums=('528a607b3414516e05ad6fd889115f247271069f00a163b029373c107ee1160d'
+            'SKIP')
+
+build() {
+    cd "$pkgname-$pkgver"
+    ./autogen.sh
+    ./configure \
+        --prefix=/usr \
+        --enable-shared \
+        --enable-dynamic \
+        --with-python-bindings
+    make
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list