From 97bc539e2e010bace5b572c6ff1ea9f74614c2df Mon Sep 17 00:00:00 2001 From: Roberto Oliveira Date: Wed, 13 Jun 2018 07:00:14 +0000 Subject: testing/csync2: add missing dependency csync2-compare command requires bash to execute --- testing/csync2/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/csync2/APKBUILD b/testing/csync2/APKBUILD index 857cd6c2aa..6220a1307c 100644 --- a/testing/csync2/APKBUILD +++ b/testing/csync2/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Jakub Jirutka pkgname=csync2 pkgver=2.0 -pkgrel=0 +pkgrel=1 pkgdesc="Cluster synchronization tool" url="http://oss.linbit.com/csync2/" # ppc64le: failed to build @@ -10,6 +10,7 @@ arch="all !ppc64le" license="GPL-2.0-or-later" options="!check" # tests needs to modify system's network config makedepends="autoconf automake bison flex gnutls-dev librsync-dev sqlite-dev" +depends="bash" subpackages="$pkgname-doc $pkgname-openrc" source="https://github.com/LINBIT/$pkgname/archive/$pkgname-$pkgver.tar.gz $pkgname.initd" -- cgit v1.2.3