Date: Thursday, September 29, 2022 @ 17:02:53
Author: jlichtblau
Revision: 1316601
archrelease: copy trunk to community-x86_64
Added:
aqbanking/repos/community-x86_64/PKGBUILD
(from rev 1316600, aqbanking/trunk/PKGBUILD)
aqbanking/repos/community-x86_64/keys/
Deleted:
aqbanking/repos/community-x86_64/PKGBUILD
aqbanking/repos/community-x86_64/keys/
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-29 17:02:46 UTC (rev 1316600)
+++ PKGBUILD 2022-09-29 17:02:53 UTC (rev 1316601)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: David Moore <[email protected]>
-
-pkgname=aqbanking
-pkgver=6.5.1
-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')
-options=('!makeflags')
-source=(https://www.aquamaniac.de/rdm/attachments/download/445/$pkgname-$pkgver.tar.gz
-
https://www.aquamaniac.de/rdm/attachments/download/444/$pkgname-$pkgver.tar.gz.asc)
-validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package
Key <[email protected]>
-sha256sums=('30fd75c009261a24dbfa9725237044216b2ced86d41d96e053a0045985f2f297'
- 'SKIP')
-
-build() {
- cd "${srcdir}"/$pkgname-$pkgver
-
- BUILD_DATE="$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}"
+%Y-%m-%d)"
-
- export PKG_CONFIG=/usr/bin/pkg-config
- ./configure --prefix=/usr --enable-gwenhywfar \
- --with-build-datetime=$(BUILD_DATE) \
- --with-backends="aqhbci aqofxconnect aqpaypal aqnone" # aqnone
https://www.aquamaniac.de/rdm/issues/258
- make
-}
-
-package() {
- cd "${srcdir}"/$pkgname-$pkgver
-
- make DESTDIR="${pkgdir}" install
-}
Copied: aqbanking/repos/community-x86_64/PKGBUILD (from rev 1316600,
aqbanking/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-09-29 17:02:53 UTC (rev 1316601)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: David Moore <[email protected]>
+
+pkgname=aqbanking
+pkgver=6.5.2
+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')
+options=('!makeflags')
+source=(https://www.aquamaniac.de/rdm/attachments/download/449/$pkgname-$pkgver.tar.gz
+
https://www.aquamaniac.de/rdm/attachments/download/448/$pkgname-$pkgver.tar.gz.asc)
+validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package
Key <[email protected]>
+sha256sums=('0caf94740f195ad65fd0e773b18a8ea0bb6c68f6f261bc5ce516587ce3adbf8b'
+ 'SKIP')
+
+build() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ BUILD_DATE="$(date --utc --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}"
+%Y-%m-%d)"
+
+ export PKG_CONFIG=/usr/bin/pkg-config
+ ./configure --prefix=/usr --enable-gwenhywfar \
+ --with-build-datetime=$(BUILD_DATE) \
+ --with-backends="aqhbci aqofxconnect aqpaypal aqnone" # aqnone
https://www.aquamaniac.de/rdm/issues/258
+ make
+}
+
+package() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ make DESTDIR="${pkgdir}" install
+}