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

Jaroslav Lichtblau jlichtblau at archlinux.org
Tue Jan 28 18:55:09 UTC 2020


    Date: Tuesday, January 28, 2020 @ 18:55:09
  Author: jlichtblau
Revision: 558259

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-28 18:55:00 UTC (rev 558258)
+++ PKGBUILD	2020-01-28 18:55:09 UTC (rev 558259)
@@ -1,32 +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.0.1
-_verid=238
-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/${_verid}/$pkgname-$pkgver.tar.gz)
-# validpgpkeys=('88491B1E68624A5AE5068262895C619C3CA35783') #Martin Preuss <martin at libchipcard.de>
-sha256sums=('6d66e298cab763adaa10d8e8f6367d178e6c3948eedbc89041cfc36a97caca49')
-
-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 558258, aqbanking/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-28 18:55:09 UTC (rev 558259)
@@ -0,0 +1,32 @@
+# 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.0.2
+_verid=243
+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/${_verid}/$pkgname-$pkgver.tar.gz)
+# validpgpkeys=('88491B1E68624A5AE5068262895C619C3CA35783') #Martin Preuss <martin at libchipcard.de>
+sha256sums=('1d16f0a16ceb25ec7e8f8cfba6c21f64e18f5e4124f2144957958738fdb08158')
+
+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