mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/lxcfs to 5.0.2-1
This commit is contained in:
parent
9c516a49e1
commit
5e858cddb9
1 changed files with 4 additions and 6 deletions
|
@ -6,8 +6,8 @@
|
|||
# - add -D_FILE_OFFSET_BITS=64 to CPPFLAGS
|
||||
|
||||
pkgname=lxcfs
|
||||
pkgver=5.0.1
|
||||
pkgrel=2
|
||||
pkgver=5.0.2
|
||||
pkgrel=1
|
||||
pkgdesc="FUSE filesystem for LXC"
|
||||
arch=(x86_64)
|
||||
url="https://linuxcontainers.org/"
|
||||
|
@ -16,17 +16,15 @@ depends=('lxc' 'libnih' 'fuse3' 'dbus-glib')
|
|||
makedepends=('help2man' 'meson' 'python-jinja' 'systemd')
|
||||
options=('emptydirs' 'debug')
|
||||
source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz"{,.asc}
|
||||
"lxcfs-5.0.1-fix-reinitialization-with-fuse3.patch::https://bugs.archlinux.org/task/75498?getfile=21663"
|
||||
"lxcfs.service")
|
||||
validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
|
||||
sha256sums=('1951b03155000311c7a2df17760554f1bb081015cfd0996304ac243b8e93dc81'
|
||||
sha256sums=('c3df03629ee8955de60a28da7490350ad1eb7aa3134b6917d40ec68ef092d039'
|
||||
'SKIP'
|
||||
'c2d7b4cd2abeffffb309a6e8277eb201b7f1a663ec6caee939d352dc0f435e59'
|
||||
'3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgver"
|
||||
patch -p1 <../lxcfs-5.0.1-fix-reinitialization-with-fuse3.patch
|
||||
# patch -p1 <../lxcfs-5.0.1-fix-reinitialization-with-fuse3.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Reference in a new issue