[arch-commits] Commit in lxcfs/trunk (PKGBUILD)
Sergej Pupykin
spupykin at archlinux.org
Mon Oct 26 16:44:55 UTC 2020
Date: Monday, October 26, 2020 @ 16:44:55
Author: spupykin
Revision: 733986
upgpkg: lxcfs 4.0.6-1
Modified:
lxcfs/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-26 16:44:03 UTC (rev 733985)
+++ PKGBUILD 2020-10-26 16:44:55 UTC (rev 733986)
@@ -2,8 +2,8 @@
# Maintainer: Christian Brauner <christianvanbrauner at gmail.com>
pkgname=lxcfs
-pkgver=4.0.4
-pkgrel=2
+pkgver=4.0.6
+pkgrel=1
pkgdesc="FUSE filesystem for LXC"
arch=(x86_64)
url="https://linuxcontainers.org/"
@@ -12,16 +12,10 @@
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'
+sha256sums=('8bc4dbd3b0bd14379766993b4d5fa34c5331c0c2cc253c4d30797249f6a0096d'
'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