broot: update to 1.43.0
This commit is contained in:
parent
873df8c033
commit
63c68c6f0c
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'broot'
|
# Template file for 'broot'
|
||||||
pkgname=broot
|
pkgname=broot
|
||||||
version=1.41.1
|
version=1.43.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="oniguruma-devel"
|
makedepends="libgit2-1.8-devel oniguruma-devel"
|
||||||
short_desc="Interactive directory tree view, fuzzy search, balanced BFS descent"
|
short_desc="Interactive directory tree view, fuzzy search, balanced BFS descent"
|
||||||
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://dystroy.org/broot/"
|
homepage="https://dystroy.org/broot/"
|
||||||
changelog="https://raw.githubusercontent.com/Canop/broot/main/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/Canop/broot/main/CHANGELOG.md"
|
||||||
distfiles="https://github.com/Canop/broot/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/Canop/broot/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=a784f31833b4cd11386309c2816c8e2f48594cc7658feca63bc57886cd7a566c
|
checksum=64e1b4e2c57373b85ef358241655739f5bb8dedd6600ce0347a6b40640614326
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||||
broken="exr crate errors on big endian"
|
broken="exr crate errors on big endian"
|
||||||
|
|
Loading…
Reference in New Issue