summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2017-05-18 11:15:39 -0600
committerBrian Bidulock2017-05-18 11:15:39 -0600
commit0571dab1e2f0fe98a9798d93bcddaeace4dbadf4 (patch)
treeec0777a8ec1b6ece13b84e19002bd44c748a7e6a
parent4616fbafd071311317462c610c5fce19529f0b84 (diff)
downloadaur-0571dab1e2f0fe98a9798d93bcddaeace4dbadf4.tar.gz
builds in clean chroot
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5cbe541c5d72..278f0a740e16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = crmsh-git
pkgdesc = Command-line interface for high-availability cluster management on GNU/Linux systems
pkgver = 3.0.0.r22.g19533ef4
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/ClusterLabs/crmsh/
arch = any
license = GPL2
makedepends = git
makedepends = asciidoc
+ makedepends = python2-setuptools
depends = python2
depends = gawk
- depends = csync2
+ depends = csync2-git
provides = crmsh
conflicts = crmsh
source = crmsh-git::git+https://github.com/ClusterLabs/crmsh.git
diff --git a/PKGBUILD b/PKGBUILD
index 03ea5747f560..7065a41162b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=crmsh-git
_pkgname=crmsh
pkgver=3.0.0.r22.g19533ef4
-pkgrel=3
+pkgrel=4
pkgdesc="Command-line interface for high-availability cluster management on GNU/Linux systems"
arch=('any')
url="https://github.com/ClusterLabs/${_pkgname}/"
license=('GPL2')
-makedepends=('git' 'asciidoc')
-depends=('python2' 'gawk' 'csync2')
+makedepends=('git' 'asciidoc' 'python2-setuptools')
+depends=('python2' 'gawk' 'csync2-git')
provides=(${_pkgname})
conflicts=(${_pkgname})
source=("$pkgname::git+https://github.com/ClusterLabs/${_pkgname}.git")