summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2018-04-16 23:49:04 -0600
committerBrian Bidulock2018-04-16 23:49:04 -0600
commit8e98e1f6aa8e8f5ffca391681cf17ea669882f99 (patch)
tree2e7726c6dd419b34cf80f007918b6119444099f7
parentb956979365692d5e2b5e02640ffeeb73deae9ed2 (diff)
downloadaur-8e98e1f6aa8e8f5ffca391681cf17ea669882f99.tar.gz
uppkg
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf3bc53afc6d..128e56d8106d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
pkgbase = crmsh
pkgdesc = Command-line interface for high-availability cluster management on GNU/Linux systems
- pkgver = 3.0.0
- pkgrel = 3
+ pkgver = 3.0.1
+ pkgrel = 1
url = https://github.com/ClusterLabs/crmsh/
arch = any
license = GPL2
makedepends = asciidoc
- depends = python2
+ makedepends = python2-setuptools
+ depends = python2-yaml
+ depends = python2-lxml
depends = gawk
depends = csync2
- source = crmsh-3.0.0.tar.gz::https://github.com/ClusterLabs/crmsh/archive/3.0.0.tar.gz
- md5sums = ff41cc2f4abf4498ea55fe033eb854f3
+ source = crmsh-3.0.1.tar.gz::https://github.com/ClusterLabs/crmsh/archive/3.0.1.tar.gz
+ md5sums = 20e5f90f69b9f995d30ce3fbf2c1fb27
pkgname = crmsh
diff --git a/PKGBUILD b/PKGBUILD
index be9c56769d4e..997ddab2ae13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Brian Bidulock <bidulock@openss7.org>
pkgname=crmsh
-pkgver=3.0.0
-pkgrel=3
+pkgver=3.0.1
+pkgrel=1
pkgdesc="Command-line interface for high-availability cluster management on GNU/Linux systems"
arch=('any')
url="https://github.com/ClusterLabs/${pkgname}/"
license=('GPL2')
-makedepends=('asciidoc')
-depends=('python2' 'gawk' 'csync2')
+makedepends=('asciidoc' 'python2-setuptools')
+depends=('python2-yaml' 'python2-lxml' 'gawk' 'csync2')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ClusterLabs/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('ff41cc2f4abf4498ea55fe033eb854f3')
+md5sums=('20e5f90f69b9f995d30ce3fbf2c1fb27')
prepare() {
cd ${pkgname}-${pkgver}