[arch-commits] Commit in aqbanking/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Mar 13 14:10:12 UTC 2021


    Date: Saturday, March 13, 2021 @ 14:10:12
  Author: jlichtblau
Revision: 890244

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-13 14:10:00 UTC (rev 890243)
+++ PKGBUILD	2021-03-13 14:10:12 UTC (rev 890244)
@@ -1,33 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: David Moore <davidm at sjsoft.com>
-
-pkgname=aqbanking
-pkgver=6.2.6
-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/354/$pkgname-$pkgver.tar.gz
-        https://www.aquamaniac.de/rdm/attachments/download/353/$pkgname-$pkgver.tar.gz.asc)
-validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package Key <packages at aqbanking.de>
-sha256sums=('47e2b2610792470300f31e6a8bf9d5b7568d1cf438679911c983939564129dd5'
-            '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
-}

Copied: aqbanking/repos/community-x86_64/PKGBUILD (from rev 890243, aqbanking/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-13 14:10:12 UTC (rev 890244)
@@ -0,0 +1,33 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: David Moore <davidm at sjsoft.com>
+
+pkgname=aqbanking
+pkgver=6.2.7
+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/358/$pkgname-$pkgver.tar.gz
+        https://www.aquamaniac.de/rdm/attachments/download/357/$pkgname-$pkgver.tar.gz.asc)
+validpgpkeys=('42400AF5EB2A17F0A69BB551E9899D784A977416') #AqBanking Package Key <packages at aqbanking.de>
+sha256sums=('9d132f9ffe8d646c3bee72b4780f6ba0db92da5009d54af3f9f26050bc30328d'
+            '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
+}



More information about the arch-commits mailing list