summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD2
-rw-r--r--PULL_REQUEST_TEMPLATE.md12
3 files changed, 20 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c89c54a237bd..f6a6425f2223 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Sun Dec 17 20:18:54 UTC 2017
pkgbase = lxd
pkgdesc = REST API, command line tool and OpenStack integration plugin for LXC.
- pkgver = 2.19
- pkgrel = 2
+ pkgver = 2.20
+ pkgrel = 1
url = https://github.com/lxc/lxd
arch = x86_64
license = APACHE
@@ -10,6 +12,7 @@ pkgbase = lxd
depends = lxc
depends = squashfs-tools
depends = dnsmasq
+ depends = sqlite
optdepends = lvm2: for lvm2 support
optdepends = thin-provisioning-tools: for thin provisioning support
optdepends = btrfs-progs: for btrfs support
@@ -18,14 +21,14 @@ pkgbase = lxd
conflicts = lxd-lts
options = !strip
options = !emptydirs
- source = https://github.com/lxc/lxd/archive/lxd-2.19.tar.gz
+ source = https://github.com/lxc/lxd/archive/lxd-2.20.tar.gz
source = lxd.service
source = dnsmasq-lxd.conf
source = dnsmasq@lxd.service
source = lxd.netctl
source = dbus-dnsmasq-lxd.conf
source = networkmanager-dnsmasq-lxd.conf
- md5sums = e9a59a5255287d50be7d9e2f7d87e1bb
+ md5sums = f77a393a9b8236d49d42914abc49e33b
md5sums = 5dde136f2fbcdf5773a011a39c82cfc6
md5sums = b1fd16933c1b24aaa9ccc8f5a0e6478c
md5sums = 15ae1bc51684d611bded2839ca55a37b
diff --git a/PKGBUILD b/PKGBUILD
index b64c2a628ed4..57bf33b912cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lxd
pkgver=2.20
-pkgrel=2
+pkgrel=1
pkgdesc="REST API, command line tool and OpenStack integration plugin for LXC."
arch=('x86_64')
url="https://github.com/lxc/lxd"
diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 000000000000..67e48e984d87
--- /dev/null
+++ b/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,12 @@
+
+
+
+## Checklist:
+
+Please ensure you've done the below when submitting a pull request:
+
+- [ ] Run `updpkgsums` to ensure checksums are up to date.
+- [ ] Make and install changes locally.
+- [ ] Bump `_pkgrel` if change is not an upstream update.
+- [ ] Reset `_pkgrel` to 1 if `_pkgver` has changed.
+- [ ] Run `mksrcinfo` to update AUR info file (do this last).