aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bazel
diff options
context:
space:
mode:
authorOleg Titov <oleg.titov@gmail.com>2020-01-13 10:20:56 -0600
committerLeo <thinkabit.ukim@gmail.com>2020-01-13 17:25:21 +0100
commite9860bf1cdbae5eb57e10eed360f47c483373fcf (patch)
treed7fc81dbe1c1407818794e4586a2b664826acc61 /testing/bazel
parentf9d0468cedc1fd9ba75f13fa9e66f64deac76c71 (diff)
downloadaports-e9860bf1cdbae5eb57e10eed360f47c483373fcf.tar.bz2
aports-e9860bf1cdbae5eb57e10eed360f47c483373fcf.tar.xz
testing/bazel: move bash to depends
Diffstat (limited to 'testing/bazel')
-rw-r--r--testing/bazel/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/bazel/APKBUILD b/testing/bazel/APKBUILD
index 9909d3f8a1..01c061d060 100644
--- a/testing/bazel/APKBUILD
+++ b/testing/bazel/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Oleg Titov <oleg.titov@gmail.com>
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