* update lxcfs to 6.0.2-1
This commit is contained in:
parent
a096a4bc03
commit
094a42dea0
@ -1,7 +1,7 @@
|
|||||||
pkgbase = lxcfs
|
pkgbase = lxcfs
|
||||||
pkgdesc = FUSE filesystem for LXC
|
pkgdesc = FUSE filesystem for LXC
|
||||||
pkgver = 6.0.1
|
pkgver = 6.0.2
|
||||||
pkgrel = 1.1
|
pkgrel = 1
|
||||||
url = https://linuxcontainers.org/
|
url = https://linuxcontainers.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
arch = powerpc64le
|
arch = powerpc64le
|
||||||
@ -18,10 +18,10 @@ pkgbase = lxcfs
|
|||||||
depends = fuse3
|
depends = fuse3
|
||||||
depends = dbus-glib
|
depends = dbus-glib
|
||||||
options = emptydirs
|
options = emptydirs
|
||||||
source = https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.1.tar.gz
|
source = https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.2.tar.gz
|
||||||
source = https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.1.tar.gz.asc
|
source = https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.2.tar.gz.asc
|
||||||
validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
|
validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
|
||||||
sha256sums = 898eae241e1f7c5bfad72a04e28bdf78b6f33a2d8f6c6922d78c85b7b6b82bec
|
sha256sums = 81016140b70e3b0977e637651197d2c29d02dd73d824e94cd97c19e64c74071c
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = lxcfs
|
pkgname = lxcfs
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
# Maintainer: Morten Linderud <foxboron@archlinux.org>
|
# Maintainer: Morten Linderud <foxboron@archlinux.org>
|
||||||
|
|
||||||
pkgname=lxcfs
|
pkgname=lxcfs
|
||||||
pkgver=6.0.1
|
pkgver=6.0.2
|
||||||
pkgrel=1.1
|
pkgrel=1
|
||||||
pkgdesc="FUSE filesystem for LXC"
|
pkgdesc="FUSE filesystem for LXC"
|
||||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||||
url="https://linuxcontainers.org/"
|
url="https://linuxcontainers.org/"
|
||||||
@ -15,7 +15,7 @@ makedepends=('help2man' 'meson' 'python-jinja' 'systemd')
|
|||||||
options=('emptydirs')
|
options=('emptydirs')
|
||||||
source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz"{,.asc})
|
source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz"{,.asc})
|
||||||
validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
|
validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
|
||||||
sha256sums=('898eae241e1f7c5bfad72a04e28bdf78b6f33a2d8f6c6922d78c85b7b6b82bec'
|
sha256sums=('81016140b70e3b0977e637651197d2c29d02dd73d824e94cd97c19e64c74071c'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user