Date: Thursday, September 29, 2022 @ 17:00:09
  Author: jlichtblau
Revision: 1316587

archrelease: copy trunk to community-x86_64

Added:
  aqbanking/repos/community-x86_64/PKGBUILD
    (from rev 1316586, aqbanking/trunk/PKGBUILD)
  aqbanking/repos/community-x86_64/keys/
Deleted:
  aqbanking/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-29 17:00:01 UTC (rev 1316586)
+++ PKGBUILD    2022-09-29 17:00:09 UTC (rev 1316587)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: David Moore <[email protected]>
-
-pkgname=aqbanking
-pkgver=6.5.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')
-options=('!makeflags')
-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=('4d2d3bea086e96ada7b6819206d4eb4168ceb7e32dce9a68dc6c6eabcc9eb63e'
-            '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 1316586, 
aqbanking/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-09-29 17:00:09 UTC (rev 1316587)
@@ -0,0 +1,36 @@
+# 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
+}

Reply via email to