Date: Wednesday, May 10, 2023 @ 21:30:00
  Author: arojas
Revision: 1459844

archrelease: copy trunk to community-x86_64

Added:
  aqbanking/repos/community-x86_64/PKGBUILD
    (from rev 1459843, 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    2023-05-10 21:29:49 UTC (rev 1459843)
+++ PKGBUILD    2023-05-10 21:30:00 UTC (rev 1459844)
@@ -1,36 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: David Moore <[email protected]>
-
-pkgname=aqbanking
-pkgver=6.5.3
-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/467/$pkgname-$pkgver.tar.gz
-        
https://www.aquamaniac.de/rdm/attachments/download/466/$pkgname-$pkgver.tar.gz.asc)
-validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package 
Key <[email protected]>
-sha256sums=('6c62bf26aa42e69b21e188b54f6a5d825d6da34de1a14cbc3b67d85a9705136e'
-            '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 1459843, 
aqbanking/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-05-10 21:30:00 UTC (rev 1459844)
@@ -0,0 +1,36 @@
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: David Moore <[email protected]>
+
+pkgname=aqbanking
+pkgver=6.5.4
+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/499/$pkgname-$pkgver.tar.gz
+        
https://www.aquamaniac.de/rdm/attachments/download/498/$pkgname-$pkgver.tar.gz.asc)
+validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package 
Key <[email protected]>
+sha256sums=('0d16ceae76f0718e466638f4547a8b14927f1d8d98322079cd6481adde30ac99'
+            '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