summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a58c8168539b..bb4a8d045cdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=lxd
pkgver=2.0.2
-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')
-depends=('go' 'lxc')
-makedepends=('git')
+depends=('lxc')
+makedepends=('go' 'git')
options=('!strip' '!emptydirs')
optdepends=(
'lvm2: for lvm2 support'