summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a1db8900739a..6bd64fb001f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Apr 7 10:58:30 UTC 2016
+# Wed Apr 13 11:23:37 UTC 2016
pkgbase = lxd
pkgdesc = REST API, command line tool and OpenStack integration plugin for LXC.
- pkgver = 2.0.0.rc9
- pkgrel = 2
+ pkgver = 2.0.0
+ pkgrel = 1
url = https://github.com/lxc/lxd
arch = x86_64
license = APACHE
@@ -16,9 +16,9 @@ pkgbase = lxd
optdepends = linux-user-ns-enabled: kernel with CONFIG_USER_NS enabled
options = !strip
options = !emptydirs
- source = https://github.com/lxc/lxd/archive/lxd-2.0.0.rc9.tar.gz
+ source = https://github.com/lxc/lxd/archive/lxd-2.0.0.tar.gz
source = lxd.service
- md5sums = 89ab34baa36cfb93f85db9a6c2b951b7
+ md5sums = 2a6bcb8e01bc21d1a376d2059eadf572
md5sums = b1780c0e01e404895e35ac277aa597c4
pkgname = lxd
diff --git a/PKGBUILD b/PKGBUILD
index d6c6932761d3..23ac0132998f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Maikel Wever <maikelwever@gmail.com>
pkgname=lxd
-pkgver=2.0.0.rc9
-pkgrel=2
+pkgver=2.0.0
+pkgrel=1
pkgdesc="REST API, command line tool and OpenStack integration plugin for LXC."
arch=('x86_64')
url="https://github.com/lxc/lxd"
@@ -20,7 +20,7 @@ source=(
"https://github.com/lxc/$pkgname/archive/$pkgname-$pkgver.tar.gz"
"lxd.service"
)
-md5sums=('89ab34baa36cfb93f85db9a6c2b951b7'
+md5sums=('2a6bcb8e01bc21d1a376d2059eadf572'
'b1780c0e01e404895e35ac277aa597c4')
_gourl=github.com/lxc/lxd