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

Sergej Pupykin spupykin at archlinux.org
Tue Jul 28 16:14:30 UTC 2020


    Date: Tuesday, July 28, 2020 @ 16:14:30
  Author: spupykin
Revision: 665658

upgpkg: lxcfs 4.0.4-2

Modified:
  lxcfs/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-28 14:30:40 UTC (rev 665657)
+++ PKGBUILD	2020-07-28 16:14:30 UTC (rev 665658)
@@ -3,7 +3,7 @@
 
 pkgname=lxcfs
 pkgver=4.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="FUSE filesystem for LXC"
 arch=(x86_64)
 url="https://linuxcontainers.org/"
@@ -12,10 +12,16 @@
 makedepends=('help2man')
 options=('emptydirs')
 source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz"
+	"lxcfs-0001.patch::https://github.com/lxc/lxcfs/commit/7cf2b4146811fc238452e65d1cd573ea5f473970.patch"
 	"lxcfs.service")
 sha256sums=('4e75373654667f8cb0d27fea675bd2054af1773574fd3ca7594d2e6741c05996'
+            'acc5993d1e64d459d297dc2c3a93c8ff510d4da0e9bf66e051fcc385ebad21cc'
             '3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
 
+prepare() {
+    patch -d "$srcdir/$pkgname-$pkgver" -p1 -i "$srcdir"/lxcfs-0001.patch
+}
+
 build() {
     cd "$srcdir/$pkgname-$pkgver"
     ./configure \



More information about the arch-commits mailing list