summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2017-05-18 01:32:30 -0600
committerBrian Bidulock2017-05-18 01:32:30 -0600
commit394957fda59cb1e7d82227936ac5e1363e9c3a21 (patch)
tree30bc53597fbef8ffa5c5a5f9d72ac9c963f5dd7c
parentdc0c29f7c3f4fdeac5e726e3d554595bc3495356 (diff)
downloadaur-394957fda59cb1e7d82227936ac5e1363e9c3a21.tar.gz
version 2.4.2.r25.g2901ecea-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 554ae8a2e8ce..cac71d40cb5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,17 @@
pkgbase = corosync-git
pkgdesc = Cluster engine for nodal communication systems with additional features for implementing high availability within applications.
- pkgver = 2.4.2.r8.gd6c7ade
+ pkgver = 2.4.2.r25.g2901ecea
pkgrel = 1
url = http://www.corosync.org/
arch = i686
arch = x86_64
license = BSD
makedepends = git
+ depends = nss
depends = libstatgrab
depends = net-snmp
depends = libdbus
+ depends = libqb
provides = corosync
conflicts = corosync
source = corosync-git::git+https://github.com/corosync/corosync.git#branch=needle
diff --git a/PKGBUILD b/PKGBUILD
index 7de331b86ae0..6118b7818b54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=corosync-git
_pkgname=corosync
-pkgver=2.4.2.r8.gd6c7ade
+pkgver=2.4.2.r25.g2901ecea
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/"
license=('BSD')
makedepends=('git')
-depends=('libstatgrab' 'net-snmp' 'libdbus')
+depends=('nss' 'libstatgrab' 'net-snmp' 'libdbus' 'libqb')
provides=(${_pkgname})
conflicts=(${_pkgname})
source=("$pkgname::git+https://github.com/corosync/${_pkgname}.git#branch=needle")