Date: Monday, June 20, 2022 @ 15:18:17
  Author: jlichtblau
Revision: 1238693

upgpkg: aqbanking 6.5.0-2 - FS#75058 fix

Modified:
  aqbanking/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-06-20 14:54:36 UTC (rev 1238692)
+++ PKGBUILD    2022-06-20 15:18:17 UTC (rev 1238693)
@@ -4,7 +4,7 @@
 
 pkgname=aqbanking
 pkgver=6.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for online banking and financial applications"
 arch=('x86_64')
 url="https://www.aquamaniac.de/rdm/projects/aqbanking";
@@ -24,9 +24,8 @@
 
   export PKG_CONFIG=/usr/bin/pkg-config
   ./configure --prefix=/usr --enable-gwenhywfar \
-              --with-backends="aqhbci aqofxconnect aqpaypal" \
               --with-build-datetime=$(BUILD_DATE) \
-              --with-backends=aqnone        
#https://www.aquamaniac.de/rdm/issues/258
+              --with-backends="aqhbci aqofxconnect aqpaypal aqnone" # aqnone 
https://www.aquamaniac.de/rdm/issues/258
   make
 }
 

Reply via email to