Date: Saturday, April 15, 2023 @ 11:01:57
Author: foxboron
Revision: 1446153
archrelease: copy trunk to community-x86_64
Added:
crun/repos/community-x86_64/PKGBUILD
(from rev 1446152, crun/trunk/PKGBUILD)
crun/repos/community-x86_64/keys/
Deleted:
crun/repos/community-x86_64/PKGBUILD
crun/repos/community-x86_64/keys/
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-15 11:01:46 UTC (rev 1446152)
+++ PKGBUILD 2023-04-15 11:01:57 UTC (rev 1446153)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud <[email protected]>
-# Contributor: hexchian <i at hexchain dot org>
-
-pkgname=crun
-pkgver=1.8.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')
-provides=('oci-runtime')
-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=('6dc9b2bc1cdcddbc45617866d673acb0a61ee25734fb92b31d6e7ec228bae09c'
- '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 1446152,
crun/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-15 11:01:57 UTC (rev 1446153)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud <[email protected]>
+# Contributor: hexchian <i at hexchain dot org>
+
+pkgname=crun
+pkgver=1.8.4
+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')
+provides=('oci-runtime')
+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=('0d2475d1dbcfed224f21e740782c7a7c45c53444eb7b84a493764e2a0ee36166'
+ '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
+}