[arch-commits] Commit in aqbanking/repos (2 files)
Date: Sunday, October 11, 2020 @ 09:54:01 Author: jlichtblau Revision: 723464 archrelease: copy trunk to community-staging-x86_64 Added: aqbanking/repos/community-staging-x86_64/ aqbanking/repos/community-staging-x86_64/PKGBUILD (from rev 723463, aqbanking/trunk/PKGBUILD) --+ PKGBUILD | 33 + 1 file changed, 33 insertions(+) Copied: aqbanking/repos/community-staging-x86_64/PKGBUILD (from rev 723463, aqbanking/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-10-11 09:54:01 UTC (rev 723464) @@ -0,0 +1,33 @@ +# Maintainer: Jaroslav Lichtblau +# Contributor: Sergej Pupykin +# Contributor: David Moore + +pkgname=aqbanking +pkgver=6.2.5 +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') +options=('!makeflags') +source=(https://www.aquamaniac.de/rdm/attachments/download/342/$pkgname-$pkgver.tar.gz + https://www.aquamaniac.de/rdm/attachments/download/341/$pkgname-$pkgver.tar.gz.asc) +validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package Key +sha256sums=('cf5b060e3ec7e3fc925687caf044d4df3dbf9595f23c4fe8ffad78f44af0d6df' +'SKIP') + +build() { + cd "${srcdir}"/$pkgname-$pkgver + + export PKG_CONFIG=/usr/bin/pkg-config + ./configure --prefix=/usr --enable-gwenhywfar \ + --with-backends="aqhbci aqofxconnect aqpaypal" + make +} + +package() { + cd "${srcdir}"/$pkgname-$pkgver + + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in aqbanking/repos (2 files)
Date: Monday, March 23, 2020 @ 17:09:34 Author: jlichtblau Revision: 603753 archrelease: copy trunk to community-staging-x86_64 Added: aqbanking/repos/community-staging-x86_64/ aqbanking/repos/community-staging-x86_64/PKGBUILD (from rev 603752, aqbanking/trunk/PKGBUILD) --+ PKGBUILD | 34 ++ 1 file changed, 34 insertions(+) Copied: aqbanking/repos/community-staging-x86_64/PKGBUILD (from rev 603752, aqbanking/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-03-23 17:09:34 UTC (rev 603753) @@ -0,0 +1,34 @@ +# Maintainer: Jaroslav Lichtblau +# Contributor: Sergej Pupykin +# Contributor: David Moore + +pkgname=aqbanking +pkgver=6.1.3 +_verid=279 +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') +options=('!makeflags') +source=(https://www.aquamaniac.de/rdm/attachments/download/${_verid}/$pkgname-$pkgver.tar.gz + https://www.aquamaniac.de/rdm/attachments/download/280/$pkgname-$pkgver.tar.gz.asc) +validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package Key +sha256sums=('dd35fd0161e8f71f6fb7a76efc375c61e44e98c5d1203e4401b792ceac683615' +'SKIP') + +build() { + cd "${srcdir}"/$pkgname-$pkgver + + export PKG_CONFIG=/usr/bin/pkg-config + ./configure --prefix=/usr --enable-gwenhywfar \ + --with-backends="aqhbci aqofxconnect aqpaypal" + make +} + +package() { + cd "${srcdir}"/$pkgname-$pkgver + + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in aqbanking/repos (2 files)
Date: Saturday, January 25, 2020 @ 12:11:14 Author: jlichtblau Revision: 555426 archrelease: copy trunk to community-staging-x86_64 Added: aqbanking/repos/community-staging-x86_64/ aqbanking/repos/community-staging-x86_64/PKGBUILD (from rev 555425, aqbanking/trunk/PKGBUILD) --+ PKGBUILD | 32 1 file changed, 32 insertions(+) Copied: aqbanking/repos/community-staging-x86_64/PKGBUILD (from rev 555425, aqbanking/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-01-25 12:11:14 UTC (rev 555426) @@ -0,0 +1,32 @@ +# Maintainer: Jaroslav Lichtblau +# Contributor: Sergej Pupykin +# Contributor: David Moore + +pkgname=aqbanking +pkgver=6.0.1 +_verid=238 +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') +options=('!makeflags') +source=(https://www.aquamaniac.de/rdm/attachments/download/${_verid}/$pkgname-$pkgver.tar.gz) +# validpgpkeys=('88491B1E68624A5AE5068262895C619C3CA35783') #Martin Preuss +sha256sums=('6d66e298cab763adaa10d8e8f6367d178e6c3948eedbc89041cfc36a97caca49') + +build() { + cd "${srcdir}"/$pkgname-$pkgver + + export PKG_CONFIG=/usr/bin/pkg-config + ./configure --prefix=/usr --enable-gwenhywfar \ + --with-backends="aqhbci aqofxconnect aqpaypal" + make +} + +package() { + cd "${srcdir}"/$pkgname-$pkgver + + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in aqbanking/repos (2 files)
Date: Monday, January 13, 2020 @ 10:36:51 Author: bgyorgy Revision: 552317 archrelease: copy trunk to community-staging-x86_64 Added: aqbanking/repos/community-staging-x86_64/ aqbanking/repos/community-staging-x86_64/PKGBUILD (from rev 552316, aqbanking/trunk/PKGBUILD) --+ PKGBUILD | 32 1 file changed, 32 insertions(+) Copied: aqbanking/repos/community-staging-x86_64/PKGBUILD (from rev 552316, aqbanking/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2020-01-13 10:36:51 UTC (rev 552317) @@ -0,0 +1,32 @@ +# Maintainer: Jaroslav Lichtblau +# Contributor: Sergej Pupykin +# Contributor: David Moore + +pkgname=aqbanking +pkgver=5.99.45 +_dnrel=232 +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') +options=('!makeflags') +source=(https://www.aquamaniac.de/rdm/attachments/download/${_dnrel}/$pkgname-$pkgver.tar.gz) +# validpgpkeys=('88491B1E68624A5AE5068262895C619C3CA35783') #Martin Preuss +sha256sums=('7e98f6eb817e6efe4a5f803af51781f7a6a8ae769a6c77ae324ed99033bd143f') + +build() { + cd "${srcdir}"/$pkgname-$pkgver + + export PKG_CONFIG=/usr/bin/pkg-config + ./configure --prefix=/usr --enable-gwenhywfar \ + --with-backends="aqhbci aqofxconnect aqpaypal" + make +} + +package() { + cd "${srcdir}"/$pkgname-$pkgver + + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in aqbanking/repos (2 files)
Date: Monday, February 12, 2018 @ 21:59:48 Author: jlichtblau Revision: 293656 archrelease: copy trunk to community-staging-x86_64 Added: aqbanking/repos/community-staging-x86_64/ aqbanking/repos/community-staging-x86_64/PKGBUILD (from rev 293655, aqbanking/trunk/PKGBUILD) --+ PKGBUILD | 35 +++ 1 file changed, 35 insertions(+) Copied: aqbanking/repos/community-staging-x86_64/PKGBUILD (from rev 293655, aqbanking/trunk/PKGBUILD) === --- community-staging-x86_64/PKGBUILD (rev 0) +++ community-staging-x86_64/PKGBUILD 2018-02-12 21:59:48 UTC (rev 293656) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Jaroslav Lichtblau +# Contributor: Sergej Pupykin +# Contributor: David Moore + +pkgname=aqbanking +pkgver=5.7.8 +_dnrel=217 +pkgrel=1 +pkgdesc="A library for online banking and financial applications" +arch=('x86_64') +url="https://www.aquamaniac.de/sites/aqbanking/index.php"; +license=('GPL') +depends=('gwenhywfar' 'ktoblzcheck' 'libofx') +options=('!makeflags') +source=("$pkgname-$pkgver.tar.gz::https://www.aquamaniac.de/sites/download/download.php?package=03&release=${_dnrel}&file=02&dummy=$pkgname-$pkgver.tar.gz"; + "$pkgname-$pkgver.tar.gz.asc::https://www.aquamaniac.de/sites/download/download.php?package=03&release=${_dnrel}&file=01&dummy=$pkgname-$pkgver.tar.gz.asc";) +validpgpkeys=('88491B1E68624A5AE5068262895C619C3CA35783') #Martin Preuss +sha256sums=('16f86e4cc49a9eaaa8dfe3206607e627873208bce45a70030c3caea9b5afc768' +'SKIP') + +build() { + cd "${srcdir}"/$pkgname-$pkgver + + export PKG_CONFIG=/usr/bin/pkg-config + ./configure --prefix=/usr --enable-gwenhywfar \ + --with-backends="aqhbci aqofxconnect" + make +} + +package() { + cd "${srcdir}"/$pkgname-$pkgver + + make DESTDIR="${pkgdir}" install +}
[arch-commits] Commit in aqbanking/repos (2 files)
Date: Monday, May 15, 2017 @ 15:23:30 Author: spupykin Revision: 228109 archrelease: copy trunk to community-testing-i686 Added: aqbanking/repos/community-testing-i686/ aqbanking/repos/community-testing-i686/PKGBUILD (from rev 228108, aqbanking/trunk/PKGBUILD) --+ PKGBUILD | 30 ++ 1 file changed, 30 insertions(+) Copied: aqbanking/repos/community-testing-i686/PKGBUILD (from rev 228108, aqbanking/trunk/PKGBUILD) === --- community-testing-i686/PKGBUILD (rev 0) +++ community-testing-i686/PKGBUILD 2017-05-15 15:23:30 UTC (rev 228109) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: David Moore + +pkgname=aqbanking +pkgver=5.6.12 +_dnrel=208 +pkgrel=2 +pkgdesc="A library for online banking and financial applications" +arch=(i686 x86_64) +url="http://www.aquamaniac.de/aqbanking"; +license=('GPL') +depends=('gwenhywfar' 'ktoblzcheck' 'libofx') +options=('!makeflags') +source=("aqbanking-$pkgver.tar.gz::http://www2.aquamaniac.de/sites/download/download.php?package=03&release=${_dnrel}&file=01&dummy=aqbanking-$pkgver.tar.gz";) +md5sums=('f4476db215fe08c73d35b2018cf24739') + +build() { + cd "$srcdir"/aqbanking-$pkgver + export PKG_CONFIG=/usr/bin/pkg-config + ./configure --prefix=/usr \ + --with-backends="aqhbci aqofxconnect" \ + --enable-gwenhywfar + make +} + +package() { + cd "$srcdir"/aqbanking-$pkgver + make DESTDIR="$pkgdir" install +}