summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2016-12-05 02:48:03 -0700
committerBrian Bidulock2016-12-05 03:13:12 -0700
commitdf2e36a70e65d9f2539c39a935c534d5dde5fb65 (patch)
tree3e0ef4a75a7743f9c05734f8965ddd4025de3b82
parent5ac0afcb6638b3617696ae3cd50a977076e6697c (diff)
downloadaur-df2e36a70e65d9f2539c39a935c534d5dde5fb65.tar.gz
version 2.4.1.r36.g4939c75-1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD14
2 files changed, 5 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aeb5ee2dd4a6..99062ffa9671 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = corosync-git
pkgdesc = Cluster engine for nodal communication systems with additional features for implementing high availability within applications.
pkgver = 2.4.1.r36.g4939c75
- pkgrel = 2
+ pkgrel = 1
url = http://www.corosync.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index f38afe08c2a5..bb04a2f98178 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: ovi chis <sonekken@gmail.com>
pkgname=corosync-git
pkgver=2.4.1.r36.g4939c75
-pkgrel=2
+pkgrel=1
pkgdesc="Cluster engine for nodal communication systems with additional features for implementing high availability within applications."
arch=('i686' 'x86_64')
url="http://www.corosync.org/"
@@ -30,17 +30,11 @@ build() {
--sysconfdir=/etc \
--libdir=/usr/lib \
--localstatedir=/var \
- --enable-dbus \
- --enable-monitoring \
- --enable-watchdog \
--enable-systemd \
- --disable-upstart \
+ --enable-monitoring \
--enable-snmp \
- --enable-xmlconf \
- --enable-qdevices \
- --enable-qnetd \
- --with-systemddir=/usr/lib/systemd/system \
- --with-tmpfilesdir=/usr/lib/tmpfiles.d
+ --enable-dbus \
+ --with-systemddir=/usr/lib/systemd/system
make V=0
}