summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkpcyrd2018-02-18 20:18:25 +0100
committerkpcyrd2018-02-18 20:18:25 +0100
commitacef28189c95489def3b2d2b0ee356ce9cdb78c5 (patch)
treec29e731dbb0b609e26251ff0e9bc34e2f8b86404
parentba5bc4fb2936468197d93f3bc47515ab8250e3e3 (diff)
downloadaur-acef28189c95489def3b2d2b0ee356ce9cdb78c5.tar.gz
v17.2-3
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 002a42d1b9e0..1254fcf19e52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cloud-init
pkgdesc = The standard for customising cloud instances
pkgver = 17.2
- pkgrel = 2
+ pkgrel = 3
url = https://cloud-init.io
arch = any
license = GPL3
@@ -14,6 +14,7 @@ pkgbase = cloud-init
depends = python2-oauth
depends = python2-boto
depends = python2-configobj
+ depends = python2-jsonschema
depends = python2-jsonpatch
depends = python2-jsonpointer
depends = net-tools
diff --git a/PKGBUILD b/PKGBUILD
index 619ee08fbf49..4030a48de71a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=cloud-init
pkgver=17.2
-pkgrel=2
+pkgrel=3
pkgdesc="The standard for customising cloud instances"
arch=('any')
url="https://cloud-init.io"
license=('GPL3')
depends=('systemd' 'python2-yaml' 'python2-cheetah' 'python2-prettytable'
'python2-oauth' 'python2-boto' 'python2-configobj'
- 'python2-jsonpatch' 'python2-jsonpointer' 'net-tools'
+ 'python2-jsonschema' 'python2-jsonpatch' 'python2-jsonpointer' 'net-tools'
'python2-requests' 'python2-argparse' 'python2-oauthlib'
'python2-jinja')
makedepends=('python2' 'python2-setuptools')