* update lxcfs to 6.0.1-1
This commit is contained in:
parent
aff41f75a7
commit
733f639091
23
lxcfs/.SRCINFO
Normal file
23
lxcfs/.SRCINFO
Normal file
@ -0,0 +1,23 @@
|
||||
pkgbase = lxcfs
|
||||
pkgdesc = FUSE filesystem for LXC
|
||||
pkgver = 6.0.1
|
||||
pkgrel = 1
|
||||
url = https://linuxcontainers.org/
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
makedepends = help2man
|
||||
makedepends = meson
|
||||
makedepends = python-jinja
|
||||
makedepends = systemd
|
||||
depends = lxc
|
||||
depends = libnih
|
||||
depends = fuse3
|
||||
depends = dbus-glib
|
||||
options = emptydirs
|
||||
source = https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.1.tar.gz
|
||||
source = https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.1.tar.gz.asc
|
||||
validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
|
||||
sha256sums = 898eae241e1f7c5bfad72a04e28bdf78b6f33a2d8f6c6922d78c85b7b6b82bec
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = lxcfs
|
5
lxcfs/.nvchecker.toml
Normal file
5
lxcfs/.nvchecker.toml
Normal file
@ -0,0 +1,5 @@
|
||||
[lxcfs]
|
||||
source = "github"
|
||||
github = "lxc/lxcfs"
|
||||
prefix = "v"
|
||||
use_max_tag = true
|
@ -4,7 +4,7 @@
|
||||
# Maintainer: Morten Linderud <foxboron@archlinux.org>
|
||||
|
||||
pkgname=lxcfs
|
||||
pkgver=6.0.0
|
||||
pkgver=6.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="FUSE filesystem for LXC"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
@ -15,7 +15,7 @@ makedepends=('help2man' 'meson' 'python-jinja' 'systemd')
|
||||
options=('emptydirs')
|
||||
source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz"{,.asc})
|
||||
validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
|
||||
sha256sums=('15bda2ed0398f91d4342326120375a94d2d6aed414e14834013b4674b8a4c5ee'
|
||||
sha256sums=('898eae241e1f7c5bfad72a04e28bdf78b6f33a2d8f6c6922d78c85b7b6b82bec'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user