summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2019-01-24 22:57:21 -0700
committerBrian Bidulock2019-01-24 22:57:21 -0700
commitb4db1c0cc0d8c361166026353fa26e5e2b4450e5 (patch)
treedaaf46aaf3c7e918e9f12bcd74f5fb342c6643e4
parent8de2b4cc121b4601187ede0b4f52303919baea6d (diff)
downloadaur-b4db1c0cc0d8c361166026353fa26e5e2b4450e5.tar.gz
uppkg
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e4f88bf830cd..94724f725161 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = corosync-git
pkgdesc = Cluster engine for nodal communication systems with additional features for implementing high availability within applications.
- pkgver = 2.4.4.r8.g9c2a97f4
+ pkgver = 3.0.1.r1.gce297174
pkgrel = 1
url = http://www.corosync.org/
arch = i686
@@ -13,9 +13,10 @@ pkgbase = corosync-git
depends = libdbus
depends = libqb-git
depends = libcgroup
+ depends = kronosnet-git
provides = corosync
conflicts = corosync
- source = corosync-git::git+https://github.com/corosync/corosync.git#branch=needle
+ source = corosync-git::git+https://github.com/corosync/corosync.git
md5sums = SKIP
pkgname = corosync-git
diff --git a/PKGBUILD b/PKGBUILD
index 96b97678d101..27ba19e04462 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
pkgname=corosync-git
_pkgname=corosync
-pkgver=2.4.4.r8.g9c2a97f4
+pkgver=3.0.1.r1.gce297174
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=('nss' 'libstatgrab' 'net-snmp' 'libdbus' 'libqb-git' 'libcgroup')
+depends=('nss' 'libstatgrab' 'net-snmp' 'libdbus' 'libqb-git' 'libcgroup' 'kronosnet-git')
provides=(${_pkgname})
conflicts=(${_pkgname})
-source=("$pkgname::git+https://github.com/corosync/${_pkgname}.git#branch=needle")
+source=("$pkgname::git+https://github.com/corosync/${_pkgname}.git")
md5sums=('SKIP')
pkgver() {