mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/lxcfs to 6.0.1-1
This commit is contained in:
parent
d68fca0b63
commit
f7eaf9a279
3 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = lxcfs
|
pkgbase = lxcfs
|
||||||
pkgdesc = FUSE filesystem for LXC
|
pkgdesc = FUSE filesystem for LXC
|
||||||
pkgver = 6.0.0
|
pkgver = 6.0.1
|
||||||
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-6.0.0.tar.gz
|
source = https://linuxcontainers.org/downloads/lxcfs/lxcfs-6.0.1.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.asc
|
||||||
validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
|
validpgpkeys = 602F567663E593BCBD14F338C638974D64792D67
|
||||||
sha256sums = 15bda2ed0398f91d4342326120375a94d2d6aed414e14834013b4674b8a4c5ee
|
sha256sums = 898eae241e1f7c5bfad72a04e28bdf78b6f33a2d8f6c6922d78c85b7b6b82bec
|
||||||
sha256sums = SKIP
|
sha256sums = SKIP
|
||||||
|
|
||||||
pkgname = lxcfs
|
pkgname = lxcfs
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
[lxcfs]
|
[lxcfs]
|
||||||
source = "github"
|
source = "github"
|
||||||
github = "lxc/lxcfs"
|
github = "lxc/lxcfs"
|
||||||
prefix = "lxcfs-"
|
prefix = "v"
|
||||||
use_max_tag = true
|
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=6.0.0
|
pkgver=6.0.1
|
||||||
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=('15bda2ed0398f91d4342326120375a94d2d6aed414e14834013b4674b8a4c5ee'
|
sha256sums=('898eae241e1f7c5bfad72a04e28bdf78b6f33a2d8f6c6922d78c85b7b6b82bec'
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue