Date: Sunday, January 22, 2023 @ 08:08:58
  Author: grawlinson
Revision: 1387664

FS#77205

Modified:
  lxd/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-22 07:49:06 UTC (rev 1387663)
+++ PKGBUILD    2023-01-22 08:08:58 UTC (rev 1387664)
@@ -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'

Reply via email to