upgpkg: 3.21-1

This commit is contained in:
Morten Linderud 2020-02-14 19:35:35 +00:00
parent 68bd0680b4
commit 3f9cbeb786
2 changed files with 6 additions and 5 deletions

View File

@ -7,8 +7,8 @@
pkgname=lxd pkgname=lxd
_pkgname=lxd _pkgname=lxd
_lxd=github.com/lxc/lxd _lxd=github.com/lxc/lxd
pkgver=3.20 pkgver=3.21
pkgrel=3 pkgrel=1
pkgdesc="Daemon based on liblxc offering a REST API to manage containers" pkgdesc="Daemon based on liblxc offering a REST API to manage containers"
arch=('x86_64') arch=('x86_64')
url="https://linuxcontainers.org/lxd" url="https://linuxcontainers.org/lxd"
@ -25,15 +25,15 @@ optdepends=(
'ovmf: VM support' 'ovmf: VM support'
'systemd-libs: unix device hotplug support' 'systemd-libs: unix device hotplug support'
) )
source=("${url}/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc} source=("https://github.com/lxc/lxd/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc}
"lxd.socket" "lxd.socket"
"lxd.service" "lxd.service"
"lxd.sysusers") "lxd.sysusers")
validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67') validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
sha256sums=('fb0189ff417a55fef551c749e60993977421e4788cbb9f57a08f037d8b8b4b3f' sha256sums=('14d976c39f7faa80eb249668982cbf40dd5d6f3edf9879cd3d8ffa604121353f'
'SKIP' 'SKIP'
'3a14638f8d0f9082c7214502421350e3b028db1e7f22e8c3fd35a2b1d9153ef4' '3a14638f8d0f9082c7214502421350e3b028db1e7f22e8c3fd35a2b1d9153ef4'
'e1155d3e874b299e906877b5cf6f798205583e6f3b2ce8e2f94d99621888094f' '102d1d54186e0fc606a58f030231d76df6bd662b16dfd8f946e1f48e2b473b54'
'd0184d9c4bb485e3aad0d4ac25ea7e85ac0f7ed6ddc96333e74fcd393a5b5ec4') 'd0184d9c4bb485e3aad0d4ac25ea7e85ac0f7ed6ddc96333e74fcd393a5b5ec4')

View File

@ -8,6 +8,7 @@ Documentation=man:lxd(1)
Environment=LXD_OVMF_PATH=/usr/share/ovmf/x64 Environment=LXD_OVMF_PATH=/usr/share/ovmf/x64
ExecStart=/usr/bin/lxd --group=lxd --logfile=/var/log/lxd/lxd.log ExecStart=/usr/bin/lxd --group=lxd --logfile=/var/log/lxd/lxd.log
ExecStartPost=/usr/bin/lxd waitready --timeout=600 ExecStartPost=/usr/bin/lxd waitready --timeout=600
ExecStop=/usr/bin/lxd shutdown
TimeoutStartSec=600s TimeoutStartSec=600s
TimeoutStopSec=30s TimeoutStopSec=30s
Restart=on-failure Restart=on-failure