diff --git a/srcpkgs/ncdu2/patches/no-preferred-optimize-mode.patch b/srcpkgs/ncdu2/patches/no-preferred-optimize-mode.patch deleted file mode 100644 index 87df274f576..00000000000 --- a/srcpkgs/ncdu2/patches/no-preferred-optimize-mode.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/build.zig b/build.zig -index 231c2e6..f92c70d 100644 ---- a/build.zig -+++ b/build.zig -@@ -6,7 +6,7 @@ const std = @import("std"); - pub fn build(b: *std.Build) void { - const target = b.standardTargetOptions(.{}); - const optimize = b.standardOptimizeOption(.{ -- .preferred_optimize_mode = .ReleaseFast, -+ //.preferred_optimize_mode = .ReleaseFast, - }); - - const pie = b.option(bool, "pie", "Build with PIE support (by default false)") orelse false; diff --git a/srcpkgs/ncdu2/template b/srcpkgs/ncdu2/template index afe8f13c125..7e5c15f7b4f 100644 --- a/srcpkgs/ncdu2/template +++ b/srcpkgs/ncdu2/template @@ -1,6 +1,6 @@ # Template file for 'ncdu2' pkgname=ncdu2 -version=2.4 +version=2.5 revision=1 build_style=zig-build configure_args="-Dpie" @@ -11,7 +11,7 @@ license="MIT" homepage="https://dev.yorhel.nl/ncdu" changelog="https://dev.yorhel.nl/ncdu/changes2" distfiles="https://dev.yorhel.nl/download/ncdu-${version}.tar.gz" -checksum=4a3d0002309cf6a7cea791938dac9becdece4d529d0d6dc8d91b73b4e6855509 +checksum=7f49de25024abab1af1ff22b3b8542c0d158e018fe0e96074fd94b0e1e6d31a5 conflicts="ncdu" post_install() {