From 1329b0710c7398e59729a13909a4371a901192b1 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 17 Jun 2025 16:57:22 +0200 Subject: [PATCH] hivex: rebuild for ocaml-5.3.0. --- srcpkgs/hivex/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hivex/template b/srcpkgs/hivex/template index fc7b8a4ed8f..8cc2a02cfc8 100644 --- a/srcpkgs/hivex/template +++ b/srcpkgs/hivex/template @@ -1,10 +1,11 @@ # Template file for 'hivex' pkgname=hivex version=1.3.24 -revision=2 +revision=3 build_style=gnu-configure configure_args="--disable-ocaml" # currently ocaml is broken -hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy" +hostmakedepends="python3 perl ruby ocaml ocaml-findlib perl-IO-stringy + python3-packaging-bootstrap" makedepends="libxml2-devel python3-devel ruby-devel perl" depends="perl" short_desc="System for extracting the contents of Windows Registry"