From 4a2515025241c75fc2642fcf0bbde56f73c84466 Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Tue, 24 Sep 2019 11:59:19 -0400 Subject: [PATCH 1/6] cura-engine: update to 4.3.0. --- srcpkgs/cura-engine/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cura-engine/template b/srcpkgs/cura-engine/template index 63b00cda8e7..04184076df0 100644 --- a/srcpkgs/cura-engine/template +++ b/srcpkgs/cura-engine/template @@ -1,6 +1,6 @@ # Template file for 'cura-engine' pkgname=cura-engine -version=4.2.0 +version=4.3.0 revision=1 wrksrc="CuraEngine-${version}" build_style=cmake @@ -12,7 +12,7 @@ maintainer="Karl Nilsson " license="AGPL-3.0-or-later" homepage="https://github.com/Ultimaker/CuraEngine" distfiles="https://github.com/Ultimaker/CuraEngine/archive/${version}.tar.gz" -checksum=9e66c2840c46ad5ba91da872d73cc8d8d03bf163fe8ce9a81ec5188a6d7b4593 +checksum=4922a21ae90f95daae918baf21b51d94e36b8aac8e160b73c8088b993dd78ccb post_install() { vlicense LICENSE From 70129320d06812fbd7f56155b988635fcbe3cbf9 Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Tue, 10 Sep 2019 11:45:18 -0400 Subject: [PATCH 2/6] libArcus: update to 4.3.0. --- srcpkgs/libArcus/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libArcus/template b/srcpkgs/libArcus/template index c0c44d46916..ecc4d659533 100644 --- a/srcpkgs/libArcus/template +++ b/srcpkgs/libArcus/template @@ -1,6 +1,6 @@ # Template file for 'libArcus' pkgname=libArcus -version=4.2.0 +version=4.3.0 revision=1 build_style=cmake configure_args="-DBUILD_EXAMPLES=OFF" @@ -12,7 +12,7 @@ maintainer="Karl Nilsson " license="LGPL-3.0-or-later" homepage="https://github.com/Ultimaker/libArcus" distfiles="https://github.com/Ultimaker/libArcus/archive/${version}.tar.gz" -checksum=f355ae80a7d219013bba14ec8f50a411345c00a6e974b4649db3c5322fa9b28a +checksum=67f828dba93e373516f3dfdcfab76f9dbe3665308a47cbca4bbe85b494ab50e7 libArcus-devel_package() { depends="${sourcepkg}>=${version}_${revision}" From f55cf105994a2ab422a9aa681fd5e4354aaf5259 Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Tue, 10 Sep 2019 11:56:39 -0400 Subject: [PATCH 3/6] libSavitar: update to 4.3.0. --- srcpkgs/libSavitar/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libSavitar/template b/srcpkgs/libSavitar/template index f3eb5c337af..a9d3020158f 100644 --- a/srcpkgs/libSavitar/template +++ b/srcpkgs/libSavitar/template @@ -1,16 +1,16 @@ # Template file for 'libSavitar' pkgname=libSavitar -version=4.2.0 +version=4.3.0 revision=1 build_style=cmake hostmakedepends="python3" makedepends="python3-sip-devel python3-devel pugixml-devel" short_desc="C++ implementation of 3mf loading" -maintainer="Orphaned " +maintainer="Karl Nilsson " license="LGPL-3.0-or-later" homepage="https://github.com/Ultimaker/libSavitar" distfiles="https://github.com/Ultimaker/libSavitar/archive/${version}.tar.gz" -checksum=6a77df183fef2ddaeb8de26f69315e1868ee722844f4c1fbb9cd5a054805d1a1 +checksum=b7f34e10c705082a6d7bcf8599efece8491f9c8e45eb603f761a0e56b64d5236 nocross="can't find sip on cross environment" libSavitar-devel_package() { From 88ed14e3e816e730bbe876c7fde2d6af5f9f1ff2 Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Tue, 24 Sep 2019 11:59:24 -0400 Subject: [PATCH 4/6] Uranium: update to 4.3.0. --- srcpkgs/Uranium/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/Uranium/template b/srcpkgs/Uranium/template index cf3fb0bb38c..193d5e211df 100644 --- a/srcpkgs/Uranium/template +++ b/srcpkgs/Uranium/template @@ -1,7 +1,7 @@ # Template file for 'Uranium' pkgname=Uranium -version=4.2.0 -revision=2 +version=4.3.0 +revision=1 archs=noarch build_style=cmake pycompile_module="UM" @@ -15,4 +15,4 @@ maintainer="Karl Nilsson " license="LGPL-3.0-or-later" homepage="https://github.com/Ultimaker/Uranium" distfiles="https://github.com/Ultimaker/Uranium/archive/${version}.tar.gz" -checksum=af394fb133e6a3ce92c245428bcf458956b2ca26c33122a35c464b9f5aaddd2e +checksum=9f871877cf46e8b9e58346f33fdb6eed07c08f242fe292d0c993f224005dfc38 From ce1bccb7abb131be4b5b042ae21834e2aae69963 Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Tue, 10 Sep 2019 12:02:36 -0400 Subject: [PATCH 5/6] cura: update to 4.3.0. --- srcpkgs/cura/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cura/template b/srcpkgs/cura/template index f4ff4f24b0f..31318e5aecf 100644 --- a/srcpkgs/cura/template +++ b/srcpkgs/cura/template @@ -1,6 +1,6 @@ # Template file for 'cura' pkgname=cura -version=4.2.1 +version=4.3.0 revision=1 archs=noarch wrksrc="Cura-${version}" @@ -17,4 +17,4 @@ maintainer="Karl Nilsson " license="LGPL-3.0-or-later" homepage="https://github.com/Ultimaker/Cura" distfiles="https://github.com/Ultimaker/Cura/archive/${version}.tar.gz" -checksum=e3b54947a8722dbbdef4510beb724d43952f6dbd1e7c32b52e1a3c9358be3fa1 +checksum=a27f5671250452d685069d8fe8018438ec32c096cd5b2c0d54ada7022ded1ccf From c37f3853cbcfe853bd81ad180041398a244fe3a8 Mon Sep 17 00:00:00 2001 From: Karl Nilsson Date: Tue, 24 Sep 2019 12:11:05 -0400 Subject: [PATCH 6/6] cura-fdm-materials: update to 4.3.0. --- srcpkgs/cura-fdm-materials/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cura-fdm-materials/template b/srcpkgs/cura-fdm-materials/template index bd9472c957a..bdb4af89b08 100644 --- a/srcpkgs/cura-fdm-materials/template +++ b/srcpkgs/cura-fdm-materials/template @@ -1,6 +1,6 @@ # Template file for 'cura-fdm-materials' pkgname=cura-fdm-materials -version=2019.08.21 +version=4.3.0 revision=1 archs=noarch wrksrc="fdm_materials-${version}" @@ -10,7 +10,7 @@ maintainer="Karl Nilsson " license="CC0-1.0" homepage="https://github.com/Ultimaker/fdm_materials" distfiles="https://github.com/Ultimaker/fdm_materials/archive/${version}.tar.gz" -checksum=abec9e8c2573cb39906201efca69265327bf565d3eb2c0f246793ff8671c7c24 +checksum=b31b997cae18a85f8c913b4d1f0fe0a5a009f94689d4cc26682f6614d0dc3f09 post_install() { vlicense LICENSE