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

Frederik Schwan freswa at gemini.archlinux.org
Wed Jan 26 12:21:26 UTC 2022


    Date: Wednesday, January 26, 2022 @ 12:21:26
  Author: freswa
Revision: 1115674

upgpkg: crun 1.4.2-1

Modified:
  crun/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-26 12:18:31 UTC (rev 1115673)
+++ PKGBUILD	2022-01-26 12:21:26 UTC (rev 1115674)
@@ -2,7 +2,7 @@
 # Contributor: hexchian <i at hexchain dot org>
 
 pkgname=crun
-pkgver=1.4.1
+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"
@@ -10,18 +10,11 @@
 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}
-        "patch-python-build.patch::https://github.com/containers/crun/commit/2f5be742a283b890925ae7070fe8bfa0e4d00f5d.patch")
+source=("https://github.com/containers/crun/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"{,.asc})
 validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
-sha256sums=('8e1035c209a22a8784acd6b7b880f9c988ad0b9358f3d05e745412966e2ce546'
-            'SKIP'
-            'ba4acfd84ed926b0a21e8cf40a74cc020a4bdbd4cdc569cc3be242db22a1e7ca')
+sha256sums=('636afa526b43732909e9d9cca6597f8cd1b53a65a324179632607dd3d0008eae'
+            'SKIP')
 
-prepare() {
-    cd "${pkgname}-${pkgver}"
-    patch -Np1 < "$srcdir/patch-python-build.patch"
-}
-
 build() {
     cd "$pkgname-$pkgver"
     ./autogen.sh



More information about the arch-commits mailing list