From e9860bf1cdbae5eb57e10eed360f47c483373fcf Mon Sep 17 00:00:00 2001 From: Oleg Titov Date: Mon, 13 Jan 2020 10:20:56 -0600 Subject: [PATCH] testing/bazel: move bash to depends --- testing/bazel/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/bazel/APKBUILD b/testing/bazel/APKBUILD index 9909d3f8a1b..01c061d0603 100644 --- a/testing/bazel/APKBUILD +++ b/testing/bazel/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Oleg Titov pkgname=bazel pkgver=2.0.0 -pkgrel=4 +pkgrel=5 pkgdesc="A fast, scalable, multi-language and extensible build system" url="https://bazel.build" arch="x86_64" license="Apache-2.0" -depends="libarchive openjdk8 zip unzip" -makedepends="bash python3 linux-headers protobuf" +depends="bash libarchive openjdk8 zip unzip" +makedepends="python3 linux-headers protobuf" options="!strip" subpackages=" $pkgname-doc