diff options
| -rw-r--r-- | testing/csync2/APKBUILD | 3 |
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" |
