Date: Sunday, January 16, 2022 @ 12:24:05
Author: jlichtblau
Revision: 1106230
archrelease: copy trunk to community-x86_64
Added:
aqbanking/repos/community-x86_64/PKGBUILD
(from rev 1106229, aqbanking/trunk/PKGBUILD)
Deleted:
aqbanking/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-16 12:23:58 UTC (rev 1106229)
+++ PKGBUILD 2022-01-16 12:24:05 UTC (rev 1106230)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: David Moore <[email protected]>
-
-pkgname=aqbanking
-pkgver=6.3.0
-pkgrel=2
-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/372/$pkgname-$pkgver.tar.gz
-
https://www.aquamaniac.de/rdm/attachments/download/371/$pkgname-$pkgver.tar.gz.asc)
-validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package
Key <[email protected]>
-sha256sums=('a0e85da2072c927bc32cfd808caaccfdabe34725e75618b08d8049306d8355cc'
- '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-backends="aqhbci aqofxconnect aqpaypal" \
- --with-build-datetime=$(BUILD_DATE)
- make
-}
-
-package() {
- cd "${srcdir}"/$pkgname-$pkgver
-
- make DESTDIR="${pkgdir}" install
-}
Copied: aqbanking/repos/community-x86_64/PKGBUILD (from rev 1106229,
aqbanking/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-16 12:24:05 UTC (rev 1106230)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: David Moore <[email protected]>
+
+pkgname=aqbanking
+pkgver=6.4.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' 'ktoblzcheck' 'libofx')
+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)
+validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package
Key <[email protected]>
+sha256sums=('79adeaf05e99b5aa0d31c3eac3db37a56bb375f537b3f106a9acfcf844dadd77'
+ '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-backends="aqhbci aqofxconnect aqpaypal" \
+ --with-build-datetime=$(BUILD_DATE)
+ make
+}
+
+package() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+ make DESTDIR="${pkgdir}" install
+}