aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bat/APKBUILD
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-08 13:03:28 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-08-08 13:03:28 -0300
commit2e2bfffb2db233d86afc5a078a78434a83849c5b (patch)
tree3c4bcfb566cd9479325feebe3e500cdf56316559 /testing/bat/APKBUILD
parenta3e2f69b15fbedd6eadd49024b57ae1f9560f430 (diff)
testing/bat: add missing dependency on less (GNU less)
fixes #10713
Diffstat (limited to 'testing/bat/APKBUILD')
-rw-r--r--testing/bat/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/bat/APKBUILD b/testing/bat/APKBUILD
index a608f01e10a..b72e11d2b6b 100644
--- a/testing/bat/APKBUILD
+++ b/testing/bat/APKBUILD
@@ -2,11 +2,12 @@
# Maintainer: Chloe Kudryavtsev <toast@toastin.space>
pkgname=bat
pkgver=0.11.0
-pkgrel=0
+pkgrel=1
pkgdesc="A cat(1) clone with wings"
url="https://github.com/sharkdp/bat"
arch="x86_64" # limited by rust/cargo
license="Apache-2.0"
+depends="less" # Required for RAW-CONTROL-CHARS
makedepends="cargo"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/sharkdp/bat/archive/v$pkgver.tar.gz"