extra/lxcfs to 6.0.0-1

This commit is contained in:
Kevin Mihelich 2024-04-02 23:22:26 +00:00
parent 6861f72024
commit f1fd23d025
3 changed files with 11 additions and 6 deletions

View file

@ -1,6 +1,6 @@
pkgbase = lxcfs
pkgdesc = FUSE filesystem for LXC
pkgver = 5.0.4
pkgver = 6.0.0
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-5.0.4.tar.gz
source = https://linuxcontainers.org/downloads/lxcfs/lxcfs-5.0.4.tar.gz.asc
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
validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
sha256sums = c2b361edc881d5ca8fa2cd3260a4999b8f87afce8d937be2160e5cf0b482c52f
sha256sums = 15bda2ed0398f91d4342326120375a94d2d6aed414e14834013b4674b8a4c5ee
sha256sums = SKIP
pkgname = lxcfs

View file

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

View file

@ -6,7 +6,7 @@
# - add -D_FILE_OFFSET_BITS=64 to CPPFLAGS
pkgname=lxcfs
pkgver=5.0.4
pkgver=6.0.0
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=('c2b361edc881d5ca8fa2cd3260a4999b8f87afce8d937be2160e5cf0b482c52f'
sha256sums=('15bda2ed0398f91d4342326120375a94d2d6aed414e14834013b4674b8a4c5ee'
'SKIP')
build() {