summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarl.george2015-09-02 13:05:35 -0500
committercarl.george2015-09-02 13:05:35 -0500
commit24545a71f3bde63b01876d01e854ecb4d61fd93d (patch)
treebae8ebe26da698103cfb5d619d2a06a761ee62bb
parent48a7d8d27563be528414b841f20625a948065e1d (diff)
downloadaur-24545a71f3bde63b01876d01e854ecb4d61fd93d.tar.gz
2.0.9-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d07f6d7ed9c9..55bd672bff53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = supernova
pkgdesc = Use novaclient with multiple OpenStack nova environments the easy way
- pkgver = 2.0.8
+ pkgver = 2.0.9
pkgrel = 1
url = https://github.com/major/supernova
arch = any
@@ -10,8 +10,8 @@ pkgbase = supernova
conflicts = python-supernova-git
conflicts = supernova-git
replaces = supernova2
- source = https://github.com/major/supernova/archive/v2.0.8.tar.gz
- sha256sums = 82011ca12911cc88b99789c9d80ebec3938673dfedfba9277d5974ca17fd8415
+ source = https://github.com/major/supernova/archive/v2.0.9.tar.gz
+ sha256sums = 5ed4070a7fabceba5744b4a43d37923ad3a0bebd7760951ece4cfa2a6c66356e
pkgname = supernova
depends = python-click
diff --git a/PKGBUILD b/PKGBUILD
index c6f8a4e3ba0f..aec830e60374 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name="supernova"
pkgname="${_name}"
-pkgver="2.0.8"
+pkgver="2.0.9"
pkgrel="1"
pkgdesc="Use novaclient with multiple OpenStack nova environments the easy way"
arch=("any")
@@ -14,7 +14,7 @@ conflicts=("python-supernova" "python-supernova-git" "supernova-git")
replaces=("supernova2")
source=("${url}/archive/v${pkgver}.tar.gz")
#source=("https://pypi.python.org/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('82011ca12911cc88b99789c9d80ebec3938673dfedfba9277d5974ca17fd8415')
+sha256sums=('5ed4070a7fabceba5744b4a43d37923ad3a0bebd7760951ece4cfa2a6c66356e')
build() {
cd "${srcdir}/${_name}-${pkgver}"