summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcarl.george2015-10-14 21:50:10 -0500
committercarl.george2015-10-14 21:50:10 -0500
commit3cf7036f5de48287645232ded6470700c0c36803 (patch)
treeedc0546335b8ac569bd302c1d300027bcb45f98f
parenta853283e1aebc6e531069f1607845303e5d37241 (diff)
downloadaur-3cf7036f5de48287645232ded6470700c0c36803.tar.gz
2.1.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78e443e40249..99ad96f8926b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = supernova
pkgdesc = Use novaclient with multiple OpenStack nova environments the easy way
- pkgver = 2.0.9
- pkgrel = 2
+ pkgver = 2.1.0
+ pkgrel = 1
url = https://github.com/major/supernova
arch = any
license = Apache
@@ -10,8 +10,8 @@ pkgbase = supernova
conflicts = python-supernova-git
conflicts = supernova-git
replaces = supernova2
- source = https://github.com/major/supernova/archive/v2.0.9.tar.gz
- sha256sums = 5ed4070a7fabceba5744b4a43d37923ad3a0bebd7760951ece4cfa2a6c66356e
+ source = https://github.com/major/supernova/archive/v2.1.0.tar.gz
+ sha256sums = 94e37b461545d21c76c8bc468d567df2a2442da3f4f03258124fd57c7fe268c5
pkgname = supernova
depends = python-click
diff --git a/PKGBUILD b/PKGBUILD
index d85e107347d6..4d564722878f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_name="supernova"
pkgname="${_name}"
-pkgver="2.0.9"
-pkgrel="2"
+pkgver="2.1.0"
+pkgrel="1"
pkgdesc="Use novaclient with multiple OpenStack nova environments the easy way"
arch=("any")
url="https://github.com/major/${_name}"
@@ -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=('5ed4070a7fabceba5744b4a43d37923ad3a0bebd7760951ece4cfa2a6c66356e')
+sha256sums=('94e37b461545d21c76c8bc468d567df2a2442da3f4f03258124fd57c7fe268c5')
build() {
cd "${srcdir}/${_name}-${pkgver}"