aboutsummaryrefslogtreecommitdiffstats
path: root/testing/csync2
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-06-13 07:00:14 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-06-13 07:01:08 +0000
commit97bc539e2e010bace5b572c6ff1ea9f74614c2df (patch)
tree0993d502519f6a8d83e281c93f34d4900c78e695 /testing/csync2
parent6abf131282f8eb7b2c5f56a6d0dd50ce5db13a42 (diff)
downloadaports-97bc539e2e010bace5b572c6ff1ea9f74614c2df.tar.bz2
aports-97bc539e2e010bace5b572c6ff1ea9f74614c2df.tar.xz
testing/csync2: add missing dependency
csync2-compare command requires bash to execute
Diffstat (limited to 'testing/csync2')
-rw-r--r--testing/csync2/APKBUILD3
1 files changed, 2 insertions, 1 deletions
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 <jakub@jirutka.cz>
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"