summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThomas Hipp2018-08-22 08:57:25 +0200
committerThomas Hipp2018-08-22 09:00:39 +0200
commitbfc16a29e27388eeb44dc344b01b4ce5babd7669 (patch)
treef818224351e9acd7ab5d33e0f27381e4ae32e8de /PKGBUILD
parent67255b9f6008b70e36a0695daa6c2770e43def08 (diff)
downloadaur-bfc16a29e27388eeb44dc344b01b4ce5babd7669.tar.gz
Depend on dqlite, not dqlite-git
LXD should depend on a pinned version of dqlite, not the git master. And since dqlite-git provides dqlite, a user can still use the git master if he/she wishes.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f85a1725239f..239efd70dfe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=lxd
pkgver=3.4
-pkgrel=1
+pkgrel=2
pkgdesc="REST API, command line tool and OpenStack integration plugin for LXC."
arch=('x86_64')
url="https://github.com/lxc/lxd"
license=('APACHE')
conflicts=('lxd-lts')
-depends=('lxc' 'squashfs-tools' 'dnsmasq' 'dqlite-git')
+depends=('lxc' 'squashfs-tools' 'dnsmasq' 'dqlite')
makedepends=('go-pie' 'git')
options=('!strip' '!emptydirs')
optdepends=(