summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Rawlinson2023-01-22 08:08:58 +0000
committerGeorge Rawlinson2023-01-22 08:08:58 +0000
commitff5c16380384032ad4684ed425617e4d7d3fe4c9 (patch)
tree8848ebf8663f8bafbb26c95311050202899abe38 /PKGBUILD
parentc5eac907011873be21bb7ead7a175917ff4d6b9e (diff)
downloadaur-ff5c16380384032ad4684ed425617e4d7d3fe4c9.tar.gz
FS#77205
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc43f23ae30b..c27c7bd26b7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
pkgname=lxd
pkgver=5.10
-pkgrel=1
+pkgrel=2
pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
arch=('x86_64')
url="https://linuxcontainers.org/lxd"
license=('APACHE')
-depends=('lxc' 'lxcfs' 'squashfs-tools' 'dnsmasq' 'dqlite' 'libuv' 'ebtables')
+depends=('lxc' 'lxcfs' 'squashfs-tools' 'dnsmasq' 'dqlite' 'libuv' 'ebtables' 'raft' 'sqlite' 'libcap' 'acl')
makedepends=('go' 'git' 'tcl' 'apparmor' 'libseccomp' 'systemd')
optdepends=(
'lvm2: lvm2 support'