summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2022-05-26 23:58:53 +0200
committerJose Riha2022-05-26 23:58:53 +0200
commit3b0e6dac87f6f50da7e51749d74ce80a9677bc1f (patch)
tree8accd2bac2e3471eeda6779939b4a35bb1a5d1f2
parent67400f9283305749346a3e7f2f7523c48f9befb9 (diff)
downloadaur-3b0e6dac87f6f50da7e51749d74ce80a9677bc1f.tar.gz
Update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bd1a5822209..08f09e486b12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-stormssh
pkgdesc = Management commands to ssh config files.
pkgver = 0.7.0
- pkgrel = 1
+ pkgrel = 3
url = http://github.com/emre/storm
arch = any
license = MIT
@@ -9,6 +9,7 @@ pkgbase = python-stormssh
depends = python-paramiko
depends = python-flask
depends = python-termcolor
+ depends = python-six
source = https://files.pythonhosted.org/packages/source/s/stormssh/stormssh-0.7.0.tar.gz
sha256sums = 8d034dcd9487fa0d280e0ec855d08420f51d5f9f2249f932e3c12119eaa53453
diff --git a/PKGBUILD b/PKGBUILD
index 59348912fe12..851f95bfb257 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,15 @@
+# Maintainer: Jose Riha <jose1711 gmail com>
+# Contributor: Felix Golatofski <contact@xdfr.de>
+# Contributor: Javier Tia <javier dot tia at gmail dot com>
+
pkgname=python-stormssh
-_module='stormssh'
+_module=stormssh
pkgver=0.7.0
-pkgrel=1
+pkgrel=3
pkgdesc="Management commands to ssh config files."
url="http://github.com/emre/storm"
-depends=('python-paramiko' 'python-flask' 'python-termcolor')
-makedepends=('python-setuptools')
+depends=(python-paramiko python-flask python-termcolor python-six)
+makedepends=(python-setuptools)
license=('MIT')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")