aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-03-28 06:44:03 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-03-28 12:34:14 +0000
commite24515b956e6265bc5f305ce65c2db9920b0f9a3 (patch)
tree75d4f2ccc6d301a6efc41b915efac93789d39efc /testing
parent4d8cd1a3238ded722ee17745d0bb1d5b538b7fc2 (diff)
downloadaports-e24515b956e6265bc5f305ce65c2db9920b0f9a3.tar.bz2
aports-e24515b956e6265bc5f305ce65c2db9920b0f9a3.tar.xz
testing/broot: upgrade to 0.13.5
Diffstat (limited to 'testing')
-rw-r--r--testing/broot/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/testing/broot/APKBUILD b/testing/broot/APKBUILD
index ec78b8c401..e61ed54ddf 100644
--- a/testing/broot/APKBUILD
+++ b/testing/broot/APKBUILD
@@ -1,13 +1,14 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=broot
-pkgver=0.13.4
+pkgver=0.13.5
pkgrel=0
pkgdesc="New way to see and navigate directory trees"
url="https://github.com/Canop/broot"
arch="all !s390x"
license="MIT"
makedepends="cargo"
+subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/broot/$pkgver/download"
build() {
@@ -20,6 +21,7 @@ check() {
package() {
install -Dm0755 target/release/broot "$pkgdir"/usr/bin/broot
+ install -Dm0644 man/page "$pkgdir"/usr/share/man/man1/broot.1
}
-sha512sums="400cb67283a5cd23ac9f9c6d765d477c719a72c5cf530c72356e517ad153e24cc03b0b4d54dd746cbaad8333154bf7cbcb41d6f4d280c7ce53567363ba6031db broot-0.13.4.tar.gz"
+sha512sums="89433f38e551da671ee0189e7d6352e90942f73f0355262f9e3fe930bc2be5cd28b93e57f2460491e2a0f87214519d8be6abbb82d99e19e2c8b4dca1dd0864b5 broot-0.13.5.tar.gz"