diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-08 13:03:28 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-08 13:03:28 -0300 |
commit | 2e2bfffb2db233d86afc5a078a78434a83849c5b (patch) | |
tree | 3c4bcfb566cd9479325feebe3e500cdf56316559 /testing/bat | |
parent | a3e2f69b15fbedd6eadd49024b57ae1f9560f430 (diff) | |
download | aports-2e2bfffb2db233d86afc5a078a78434a83849c5b.tar.bz2 aports-2e2bfffb2db233d86afc5a078a78434a83849c5b.tar.xz |
testing/bat: add missing dependency on less (GNU less)
fixes #10713
Diffstat (limited to 'testing/bat')
-rw-r--r-- | testing/bat/APKBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/bat/APKBUILD b/testing/bat/APKBUILD index a608f01e10..b72e11d2b6 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" |