From 718f8a6c8257f7b81af3cb383f9797850af2b0df Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Thu, 11 Mar 2021 12:56:42 -0500 Subject: [PATCH] occt: update to 7.5.0. --- srcpkgs/occt/template | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/srcpkgs/occt/template b/srcpkgs/occt/template index f9777bfe27b..8c2049d84b2 100644 --- a/srcpkgs/occt/template +++ b/srcpkgs/occt/template @@ -1,9 +1,9 @@ # Template file for 'occt' pkgname=occt -version=7.4.0p1 -revision=2 -_gittag="V${version//./_}" -wrksrc=occt-${_gittag} +version=7.5.0 +revision=1 +_ver="${version//./_}" +wrksrc=OCCT-${_ver} build_style=cmake configure_args="-DUSE_FREEIMAGE=ON -DUSE_TBB=ON -DUSE_GL2PS=ON -DUSE_VTK=OFF -DINSTALL_SAMPLES=ON" @@ -13,9 +13,7 @@ short_desc="OpenCASCADE Technology - library for CAD/CAM/CAE applications" maintainer="Piraty " license="LGPL-2.1-only" homepage="https://www.opencascade.com" -# distfile: use git instead of official tarball, which requires registration -# see https://www.opencascade.com/content/packaging-again-debian -distfiles="https://git.dev.opencascade.org/gitweb/?p=occt.git;a=snapshot;h=refs/tags/${_gittag};sf=tgz>occt-${_gittag}.tar.gz" +distfiles="https://github.com/Open-Cascade-SAS/OCCT/archive/V${_ver}.tar.gz" checksum=e00fedc221560fda31653c23a8f3d0eda78095c87519f338d4f4088e2ee9a9c0 conflicts="oce>=0"