From 03694f870574a5f3a58a92416600a0ef95b995c1 Mon Sep 17 00:00:00 2001 From: Ben Jargowsky Date: Wed, 29 Nov 2023 09:29:47 -0800 Subject: [PATCH] root: update to 6.30.02 --- srcpkgs/root/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/root/template b/srcpkgs/root/template index 9652152b2980b..a724270262c24 100644 --- a/srcpkgs/root/template +++ b/srcpkgs/root/template @@ -1,7 +1,7 @@ # Template file for 'root' pkgname=root -version=6.28.06 -revision=2 +version=6.30.02 +revision=1 # Only i686 and x86_64 seem to be officially supported archs="i686* x86_64*" build_style=cmake @@ -27,7 +27,7 @@ maintainer="Ben Jargowsky " license="LGPL-2.1-or-later" homepage="https://root.cern" distfiles="https://root.cern/download/root_v${version}.source.tar.gz" -checksum=af3b673b9aca393a5c9ae1bf86eab2672aaf1841b658c5c6e7a30ab93c586533 +checksum=7965a456d1ad1ee0d5fe4769bf5a8fec291af684ed93db0f3080a9c362435183 build_options="fortran" build_options_default="fortran" python_version=3 @@ -36,7 +36,7 @@ shlib_provides="libCore.so libTree.so libRIO.so libMatrix.so libThread.so case "$XBPS_TARGET_MACHINE" in *-musl) - configure_args+=" -Dssl=OFF -Droot7=OFF" + configure_args+=" -Dssl=OFF -Droot7=OFF -Droofit=OFF" ;; esac