Date: Monday, June 13, 2022 @ 16:00:13 Author: jlichtblau Revision: 1237737
upgpkg: aqbanking 6.5.0-1 - new upstream release Modified: aqbanking/trunk/PKGBUILD ----------+ PKGBUILD | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-13 15:56:58 UTC (rev 1237736) +++ PKGBUILD 2022-06-13 16:00:13 UTC (rev 1237737) @@ -3,18 +3,18 @@ # Contributor: David Moore <[email protected]> pkgname=aqbanking -pkgver=6.4.1 +pkgver=6.5.0 pkgrel=1 pkgdesc="A library for online banking and financial applications" arch=('x86_64') url="https://www.aquamaniac.de/rdm/projects/aqbanking" license=('GPL') -depends=('gwenhywfar' 'ktoblzcheck' 'libofx') +depends=('gwenhywfar') options=('!makeflags') -source=(https://www.aquamaniac.de/rdm/attachments/download/400/$pkgname-$pkgver.tar.gz - https://www.aquamaniac.de/rdm/attachments/download/399/$pkgname-$pkgver.tar.gz.asc) +source=(https://www.aquamaniac.de/rdm/attachments/download/435/$pkgname-$pkgver.tar.gz + https://www.aquamaniac.de/rdm/attachments/download/434/$pkgname-$pkgver.tar.gz.asc) validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package Key <[email protected]> -sha256sums=('79adeaf05e99b5aa0d31c3eac3db37a56bb375f537b3f106a9acfcf844dadd77' +sha256sums=('4d2d3bea086e96ada7b6819206d4eb4168ceb7e32dce9a68dc6c6eabcc9eb63e' 'SKIP') build() { @@ -25,7 +25,8 @@ export PKG_CONFIG=/usr/bin/pkg-config ./configure --prefix=/usr --enable-gwenhywfar \ --with-backends="aqhbci aqofxconnect aqpaypal" \ - --with-build-datetime=$(BUILD_DATE) + --with-build-datetime=$(BUILD_DATE) \ + --with-backends=aqnone #https://www.aquamaniac.de/rdm/issues/258 make }
