summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlejandro Perez2017-12-17 19:24:37 +0100
committerAlejandro Perez2017-12-17 19:26:15 +0100
commit9e357735ea2f39b2ab1e16b7942e8aef6eeb2605 (patch)
treefa135cfaabfc47ddc70652faa6e5519b20c730c3 /PKGBUILD
parent5f7337c03ce06db9542cc7acf6d683c32ae7b545 (diff)
downloadaur-9e357735ea2f39b2ab1e16b7942e8aef6eeb2605.tar.gz
Upgraded to 2.20
Also included sqlite3 dependency Signed-off-by: Alejandro Perez <alex@um.es>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 618c76f47fb0..b64c2a628ed4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
# Contributor: Benjamin Asbach <archlinux-aur.lxd@impl.it>
pkgname=lxd
-pkgver=2.19
+pkgver=2.20
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')
+depends=('lxc' 'squashfs-tools' 'dnsmasq' 'sqlite')
makedepends=('go' 'git')
options=('!strip' '!emptydirs')
optdepends=(
@@ -22,7 +22,6 @@ optdepends=(
source=(
"https://github.com/lxc/$pkgname/archive/$pkgname-$pkgver.tar.gz"
"lxd.service"
-
"dnsmasq-lxd.conf"
"dnsmasq@lxd.service"
"lxd.netctl"
@@ -30,7 +29,7 @@ source=(
"networkmanager-dnsmasq-lxd.conf"
)
-md5sums=('e9a59a5255287d50be7d9e2f7d87e1bb'
+md5sums=('f77a393a9b8236d49d42914abc49e33b'
'5dde136f2fbcdf5773a011a39c82cfc6'
'b1fd16933c1b24aaa9ccc8f5a0e6478c'
'15ae1bc51684d611bded2839ca55a37b'