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

Frederik Schwan freswa at gemini.archlinux.org
Wed Sep 7 21:17:17 UTC 2022


    Date: Wednesday, September 7, 2022 @ 21:17:16
  Author: freswa
Revision: 1296119

upgpkg: crun 1.6-1

Modified:
  crun/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-07 21:00:12 UTC (rev 1296118)
+++ PKGBUILD	2022-09-07 21:17:16 UTC (rev 1296119)
@@ -2,8 +2,8 @@
 # Contributor: hexchian <i at hexchain dot org>
 
 pkgname=crun
-pkgver=1.5
-pkgrel=2
+pkgver=1.6
+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')
@@ -11,18 +11,11 @@
 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}
-        "fix-build.patch::https://patch-diff.githubusercontent.com/raw/containers/crun/pull/972.patch")
+source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
 validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('8e7e1636adb3cc12d45cdf4ddfd0503604950d0d2868a0bfa9666b90d0a8d9d7'
-            'SKIP'
-            'be5900732792eecd0e9a522a2f1e8c66870d4cbce406e16c257e700b895a3b1d')
+sha256sums=('8ae387950f3f75aaff7fe9da14f2f012be842a8b20038bb8344a451197b40ee4'
+            'SKIP')
 
-prepare() {
-    cd "${pkgname}-${pkgver}"
-    patch -Np1 < "$srcdir/fix-build.patch"
-}
-
 build() {
     cd "$pkgname-$pkgver"
     ./autogen.sh



More information about the arch-commits mailing list