summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2019-05-16 23:03:57 +0200
committerHyacinthe Cartiaux2019-05-16 23:04:13 +0200
commitb24cc3da1f16962a8855e1829a01db35d28129cd (patch)
treecbbdb724870cc40ee04d0066d6ab741843308cd9
parentd76764fedf41cb6bc8d232b1ee9b8774e8c548c7 (diff)
downloadaur-b24cc3da1f16962a8855e1829a01db35d28129cd.tar.gz
Pkgrel bump - update the dependency to python2->3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 91ccbbed8938..8ca8f4cff3f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = clustershell
pkgdesc = Python framework for efficient cluster administration
pkgver = 1.8.1
- pkgrel = 1
+ pkgrel = 2
url = http://cea-hpc.github.io/clustershell/
changelog = ChangeLog
arch = any
license = LGPL
makedepends = python
makedepends = python-setuptools
- depends = python2
+ depends = python
optdepends = openssh: Secure SHell client to connect to distant machines,
optdepends = vim: Vi Improved
source = https://github.com/cea-hpc/clustershell/archive/v1.8.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ff432776a8d3..90f81903d5d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
pkgname="clustershell"
pkgver=1.8.1
-pkgrel=1
+pkgrel=2
pkgdesc="Python framework for efficient cluster administration"
arch=(any)
url="http://cea-hpc.github.io/clustershell/"
license=('LGPL')
groups=()
-depends=('python2')
+depends=('python')
makedepends=('python' 'python-setuptools')
optdepends=('openssh: Secure SHell client to connect to distant machines', 'vim: Vi Improved')
provides=()