From 45efaa52218632cab6bc154b0e5c9cdc8146406b Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 11 May 2024 20:16:49 -0400 Subject: [PATCH] kicad: update to 8.0.2. --- srcpkgs/kicad/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/kicad/template b/srcpkgs/kicad/template index bc055ccccf6..8ec479a0b20 100644 --- a/srcpkgs/kicad/template +++ b/srcpkgs/kicad/template @@ -1,11 +1,11 @@ # Template file for 'kicad' # XXX: keep in sync with kicad-doc pkgname=kicad -version=8.0.1 -revision=2 +version=8.0.2 +revision=1 build_style=cmake build_helper="cmake-wxWidgets-gtk3" -configure_args="-DKICAD_SCRIPTING_WXPYTHON=ON -DKICAD_USE_EGL=ON +configure_args="-DKICAD_SCRIPTING_WXPYTHON=ON -DKICAD_USE_EGL=ON -DKICAD_BUILD_QA_TESTS=OFF -DKICAD_BUILD_I18N=ON -DKICAD_I18N_UNIX_STRICT_PATH=ON -DLEMON_EXE=/usr/bin/lemon" hostmakedepends="pkg-config swig wxWidgets-gtk3-devel tar gettext python3 python3-setuptools sqlite-lemon" @@ -21,7 +21,7 @@ license="GPL-3.0-or-later" homepage="http://kicad.org" changelog="https://www.kicad.org/blog/categories/Release-Notes/" distfiles="https://gitlab.com/kicad/code/kicad/-/archive/${version}/kicad-${version}.tar.gz" -checksum="bd67568671d0461c7c85fb1d5979df1c863228ea05d4f0db462b1c93a5a948e5" +checksum=406700e39ffe89bd80a4745c4f6e732cf1bda9791b9f32371ad9cf8e8ab80b56 python_version=3 replaces="kicad-i18n>=0"