summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 83c6850502c8..c6f8a4e3ba0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name="supernova"
pkgname="${_name}"
-pkgver="2.0.5"
+pkgver="2.0.8"
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=('df4c365aa5ea55083d2f50e15046f8c535ee10cb007e50d3445c2781889ac647')
+sha256sums=('82011ca12911cc88b99789c9d80ebec3938673dfedfba9277d5974ca17fd8415')
build() {
cd "${srcdir}/${_name}-${pkgver}"