* update lxd to 6.1-2

This commit is contained in:
Alexander Baldeck 2024-12-01 11:58:31 +01:00
parent 31e99baf96
commit 43b7f4ad96
2 changed files with 7 additions and 6 deletions

View File

@ -1,10 +1,12 @@
pkgbase = lxd
pkgdesc = Daemon based on liblxc offering a REST API to manage containers
pkgver = 6.1
pkgrel = 1
pkgrel = 2
url = https://ubuntu.com/lxd
arch = x86_64
license = AGPL-3.0
arch = powerpc64le
arch = riscv64
license = AGPL-3.0-only
makedepends = go
makedepends = git
makedepends = tcl
@ -18,7 +20,6 @@ pkgbase = lxd
depends = dqlite
depends = libuv
depends = ebtables
depends = raft
depends = sqlite
depends = libcap
depends = acl

View File

@ -8,12 +8,12 @@
pkgname=lxd
pkgver=6.1
pkgrel=1
pkgrel=2
pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
arch=(x86_64 powerpc64le riscv64)
url="https://ubuntu.com/lxd"
license=('AGPL-3.0')
depends=('lxc' 'lxcfs' 'squashfs-tools' 'dnsmasq' 'dqlite' 'libuv' 'ebtables' 'raft' 'sqlite' 'libcap' 'acl')
license=('AGPL-3.0-only')
depends=('lxc' 'lxcfs' 'squashfs-tools' 'dnsmasq' 'dqlite' 'libuv' 'ebtables' 'sqlite' 'libcap' 'acl')
makedepends=('go' 'git' 'tcl' 'apparmor' 'libseccomp' 'systemd')
optdepends=(
'lvm2: lvm2 support'