extra/lxcfs to 6.0.1-1

This commit is contained in:
Kevin Mihelich 2024-07-12 23:26:05 +00:00
parent d68fca0b63
commit f7eaf9a279
3 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
pkgbase = lxcfs
pkgdesc = FUSE filesystem for LXC
pkgver = 6.0.0
pkgver = 6.0.1
pkgrel = 1
url = https://linuxcontainers.org/
arch = x86_64
@ -14,10 +14,10 @@ pkgbase = lxcfs
depends = fuse3
depends = dbus-glib
options = emptydirs
source = https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.0.tar.gz
source = https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.0.tar.gz.asc
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 = 15bda2ed0398f91d4342326120375a94d2d6aed414e14834013b4674b8a4c5ee
sha256sums = 898eae241e1f7c5bfad72a04e28bdf78b6f33a2d8f6c6922d78c85b7b6b82bec
sha256sums = SKIP
pkgname = lxcfs

View file

@ -1,5 +1,5 @@
[lxcfs]
source = "github"
github = "lxc/lxcfs"
prefix = "lxcfs-"
prefix = "v"
use_max_tag = true

View file

@ -6,7 +6,7 @@
# - add -D_FILE_OFFSET_BITS=64 to CPPFLAGS
pkgname=lxcfs
pkgver=6.0.0
pkgver=6.0.1
pkgrel=1
pkgdesc="FUSE filesystem for LXC"
arch=(x86_64)
@ -17,7 +17,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() {