From 4bf186c69378071e1c791350c8a071cdd020e8fd Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Mon, 20 Jan 2020 18:38:46 +0100 Subject: [PATCH 1/2] aqbanking: update to 6.0.1. --- srcpkgs/aqbanking/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/aqbanking/template b/srcpkgs/aqbanking/template index 929adfd59e3..dcd65e2c9ed 100644 --- a/srcpkgs/aqbanking/template +++ b/srcpkgs/aqbanking/template @@ -1,6 +1,6 @@ # Template file for 'aqbanking' pkgname=aqbanking -version=6.0.0 +version=6.0.1 revision=1 build_style=gnu-configure hostmakedepends="pkg-config gwenhywfar tar" @@ -9,8 +9,8 @@ short_desc="Library for online banking and financial applications" maintainer="Enno Boland " license="GPL-2.0-only, GPL-3.0-only" homepage="http://www.aquamaniac.de/aqbanking" -distfiles="https://www.aquamaniac.de/rdm/attachments/download/235/aqbanking-${version}.tar.gz" -checksum=a07059da7ee67bc47dbcd6fed39af5047c6cd8596209b7325ed1c04b5ad6a707 +distfiles="https://www.aquamaniac.de/rdm/attachments/download/238/aqbanking-${version}.tar.gz" +checksum=6d66e298cab763adaa10d8e8f6367d178e6c3948eedbc89041cfc36a97caca49 disable_parallel_build=yes if [ "$CROSS_BUILD" ]; then From 7cf2367530b0f737ddb05456cc4be6544d30143b Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Mon, 20 Jan 2020 18:49:25 +0100 Subject: [PATCH 2/2] kmymoney: update to 5.0.8. --- srcpkgs/kmymoney/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/kmymoney/template b/srcpkgs/kmymoney/template index 03411fdb90f..0cf1059615a 100644 --- a/srcpkgs/kmymoney/template +++ b/srcpkgs/kmymoney/template @@ -1,7 +1,7 @@ # Template file for 'kmymoney' pkgname=kmymoney -version=5.0.7 -revision=2 +version=5.0.8 +revision=1 build_style=cmake configure_args="-DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson -DBUILD_TESTING=OFF" @@ -18,7 +18,7 @@ maintainer="Helmut Pozimski " license="GPL-2.0-or-later" homepage="https://kmymoney.org" distfiles="${KDE_SITE}/kmymoney/${version}/src/${pkgname}-${version}.tar.xz" -checksum=d5dcac31db410861fe74955109715012bcddfd095cdbb18c91827a77dffeb5c0 +checksum=ac6bcef37def09ca2530276254eab5e9ae57f3a1cd5ed7c87c3d38045400d4c0 if [ "$CROSS_BUILD" ]; then configure_args+=" -DENABLE_LIBICAL=0"