summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBrian Bidulock2018-03-14 22:24:37 -0600
committerBrian Bidulock2018-03-14 22:24:37 -0600
commita1402b68e42ab481307f559847598dca97e95d41 (patch)
tree2a276757e353da28e2c050016d81abffd751e322 /PKGBUILD
parent0571dab1e2f0fe98a9798d93bcddaeace4dbadf4 (diff)
downloadaur-a1402b68e42ab481307f559847598dca97e95d41.tar.gz
uppkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7065a41162b6..0e0b60ae22ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=crmsh-git
_pkgname=crmsh
-pkgver=3.0.0.r22.g19533ef4
-pkgrel=4
+pkgver=3.0.0.r414.g9ebfccdf
+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=('git' 'asciidoc' 'python2-setuptools')
-depends=('python2' 'gawk' 'csync2-git')
+makedepends=('git' 'asciidoc' 'python-setuptools')
+depends=('python' 'gawk' 'csync2-git')
provides=(${_pkgname})
conflicts=(${_pkgname})
source=("$pkgname::git+https://github.com/ClusterLabs/${_pkgname}.git")
@@ -27,7 +27,7 @@ prepare() {
build() {
cd ${pkgname}
- ./configure PYTHON=python2 \
+ ./configure PYTHON=python \
--prefix=/usr \
--libdir=/usr/lib \
--sbindir=/usr/bin \