mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/lxcfs to 6.0.0-1
This commit is contained in:
parent
6861f72024
commit
f1fd23d025
3 changed files with 11 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = lxcfs
|
pkgbase = lxcfs
|
||||||
pkgdesc = FUSE filesystem for LXC
|
pkgdesc = FUSE filesystem for LXC
|
||||||
pkgver = 5.0.4
|
pkgver = 6.0.0
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://linuxcontainers.org/
|
url = https://linuxcontainers.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -14,10 +14,10 @@ pkgbase = lxcfs
|
||||||
depends = fuse3
|
depends = fuse3
|
||||||
depends = dbus-glib
|
depends = dbus-glib
|
||||||
options = emptydirs
|
options = emptydirs
|
||||||
source = https://linuxcontainers.org/downloads/lxcfs/lxcfs-5.0.4.tar.gz
|
source = https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.0.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.asc
|
||||||
validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
|
validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
|
||||||
sha256sums = c2b361edc881d5ca8fa2cd3260a4999b8f87afce8d937be2160e5cf0b482c52f
|
sha256sums = 15bda2ed0398f91d4342326120375a94d2d6aed414e14834013b4674b8a4c5ee
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = lxcfs
|
pkgname = lxcfs
|
||||||
|
|
5
extra/lxcfs/.nvchecker.toml
Normal file
5
extra/lxcfs/.nvchecker.toml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
[lxcfs]
|
||||||
|
source = "github"
|
||||||
|
github = "lxc/lxcfs"
|
||||||
|
prefix = "lxcfs-"
|
||||||
|
use_max_tag = true
|
|
@ -6,7 +6,7 @@
|
||||||
# - add -D_FILE_OFFSET_BITS=64 to CPPFLAGS
|
# - add -D_FILE_OFFSET_BITS=64 to CPPFLAGS
|
||||||
|
|
||||||
pkgname=lxcfs
|
pkgname=lxcfs
|
||||||
pkgver=5.0.4
|
pkgver=6.0.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="FUSE filesystem for LXC"
|
pkgdesc="FUSE filesystem for LXC"
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -17,7 +17,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=('c2b361edc881d5ca8fa2cd3260a4999b8f87afce8d937be2160e5cf0b482c52f'
|
sha256sums=('15bda2ed0398f91d4342326120375a94d2d6aed414e14834013b4674b8a4c5ee'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue