aboutsummaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Tuomi <jan-sebastian.tuomi@aalto.fi>2016-03-17 23:41:42 +0200
committerJan Tuomi <jan-sebastian.tuomi@aalto.fi>2016-03-17 23:41:42 +0200
commitaaef14871a4e57a38fe46351b5cc66bb62a257db (patch)
tree51af8772e184e2e3150332ef2dda0a5d6e13f7a4 /PKGBUILD
parentbf3405346946e34200d0aaff6a36017069d0b3cc (diff)
Fix PKGBUILDmaster
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d45677d..40db159 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,14 +8,14 @@
# Maintainer: Jan Tuomi <jan-sebastian.tuomi@aalto.fi>
pkgname=python-sshmgr
-pkgver=0.1
-pkgrel=4
+pkgver=0.2
+pkgrel=1
pkgdesc="Minimal ssh connection manager"
arch=('x86_64' 'i386')
url=""
license=('GPL')
groups=()
-depends=('python3' 'screen')
+depends=('python3' 'openssh')
makedepends=()
provides=()
conflicts=()