From 2e1dea059f55e9d0fd1b0a28dec143a476eeb77d Mon Sep 17 00:00:00 2001 From: lemmi Date: Thu, 20 Jul 2023 08:58:13 +0200 Subject: [PATCH] btdu: update to 0.5.1. enable musl builds --- srcpkgs/btdu/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/btdu/template b/srcpkgs/btdu/template index 3e08d8262b4..a42917b4f66 100644 --- a/srcpkgs/btdu/template +++ b/srcpkgs/btdu/template @@ -1,10 +1,7 @@ # Template file for 'btdu' pkgname=btdu -version=0.5.0 +version=0.5.1 revision=1 -# fails to build on musl due to different argument types for ioctl -# struct packing seems to differ on i686 archs and therefore d-btrfs fails -archs="x86_64" hostmakedepends="ldc dub" makedepends="zlib-devel ncurses-devel" short_desc="Sampling disk usage profiler for btrfs" @@ -12,7 +9,7 @@ maintainer="Siddhartha Menon " license="GPL-2.0-only" homepage="https://github.com/CyberShadow/btdu" distfiles="https://github.com/CyberShadow/btdu/archive/v${version}.tar.gz" -checksum=90ba4d8997575993e9d39a503779fb32b37bb62b8d9386776e95743bfc859606 +checksum=566269f365811f6db53280fc5476a7fcf34791396ee4e090c150af4280b35ba5 nocross="dmd compilation fails on cross" do_build() {