From df6084b663b3cb618af60434b00917c360ccf4da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Thu, 24 Jun 2021 20:23:43 -0300 Subject: [PATCH] horizon: update to 2.0.0. --- srcpkgs/horizon/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/horizon/template b/srcpkgs/horizon/template index 95e87bf0b7..9c395d2ca1 100644 --- a/srcpkgs/horizon/template +++ b/srcpkgs/horizon/template @@ -1,9 +1,10 @@ # Template file for 'horizon' pkgname=horizon -version=1.4.0 +version=2.0.0 revision=1 build_style=gnu-makefile make_build_args="GOLD=" +make_install_target="install install-man" make_use_env=yes hostmakedepends="pkg-config glib-devel" makedepends="cairomm-devel librsvg-devel yaml-cpp-devel sqlite-devel boost-devel @@ -15,7 +16,7 @@ license="GPL-3.0-only" homepage="https://horizon-eda.org/" changelog="https://raw.githubusercontent.com/horizon-eda/horizon/master/CHANGELOG.md" distfiles="https://github.com/horizon-eda/horizon/archive/v${version}.tar.gz" -checksum=a0fbbbca903594975dd468af10581be8d52256ad441e7f8c71d1e70b341dbfe4 +checksum=978fab9a20d367abfb785ef592e61648d0b21c8e573a7556325035e23f0110c3 if [ "$CROSS_BUILD" ]; then make_build_args+=" INC_OCE=-I$XBPS_CROSS_BASE/usr/include/opencascade"