summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD7
2 files changed, 11 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 118347799474..5ddb4ee84965 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Tue Jun 28 23:51:27 UTC 2016
pkgbase = python-stormssh
pkgdesc = Manage your SSH like a boss
- pkgver = 0.6.7
- pkgrel = 2
+ pkgver = 0.6.9
+ pkgrel = 1
url = https://github.com/emre/storm
arch = any
license = MIT
@@ -11,11 +13,11 @@ pkgbase = python-stormssh
depends = python-paramiko
depends = python-termcolor
depends = python-flask
- provides = storm=0.6.7
+ provides = storm=0.6.9
conflicts = python2-stormssh-git
replaces = python2-stormssh-git
- source = https://github.com/emre/storm/archive/0.6.7.tar.gz
- sha256sums = 79bf34ad688ad870fe8c5cd549028f1fed85782480303cc2cf01eb2cb8a61ecf
+ source = https://github.com/emre/storm/archive/0.6.9.tar.gz
+ sha256sums = 29c20e4ed27604a7cdf2f77fe97d861100d87c0dbaa9ecf6628cf9da917e98ce
pkgname = python-stormssh
diff --git a/PKGBUILD b/PKGBUILD
index 8c1a59f9bb5b..2d42b7d56779 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Javier Tia <javier dot tia at gmail dot com>
+
pkgname='python-stormssh'
_name=storm
-pkgver=0.6.7
-pkgrel=2
+pkgver=0.6.9
+pkgrel=1
pkgdesc='Manage your SSH like a boss'
url='https://github.com/emre/storm'
arch=('any')
@@ -13,7 +14,7 @@ replaces=('python2-stormssh-git')
makedepends=('python')
provides=("${_name}=${pkgver}")
source=("${url}/archive/${pkgver}.tar.gz")
-sha256sums=('79bf34ad688ad870fe8c5cd549028f1fed85782480303cc2cf01eb2cb8a61ecf')
+sha256sums=('29c20e4ed27604a7cdf2f77fe97d861100d87c0dbaa9ecf6628cf9da917e98ce')
# Enable for tests
# check() {