aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bat
diff options
context:
space:
mode:
Diffstat (limited to 'testing/bat')
-rw-r--r--testing/bat/APKBUILD3
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"