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

Jaroslav Lichtblau jlichtblau at gemini.archlinux.org
Sun May 22 09:43:56 UTC 2022


    Date: Sunday, May 22, 2022 @ 09:43:56
  Author: jlichtblau
Revision: 1210040

archrelease: copy trunk to community-x86_64

Added:
  libofx/repos/community-x86_64/PKGBUILD
    (from rev 1210039, libofx/trunk/PKGBUILD)
Deleted:
  libofx/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   86 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-22 09:43:49 UTC (rev 1210039)
+++ PKGBUILD	2022-05-22 09:43:56 UTC (rev 1210040)
@@ -1,43 +0,0 @@
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-
-pkgbase=libofx
-pkgname=('libofx' 'libofx-doc')
-pkgver=0.10.4
-pkgrel=1
-pkgdesc="API for the OFX banking standard"
-arch=('x86_64')
-url="https://github.com/libofx"
-license=('GPL')
-depends=('opensp' 'curl' 'libxml++2.6')
-checkdepends=('gnupg')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('416f30969a9978708efb1d166bf83e26fe97dfc160736028d9f34ad98fa78ed1')
-
-build() {
-  cd $pkgbase-$pkgver
-  ./configure --prefix=/usr
-   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-   make CXXFLAGS+=-std=c++11
-}
-
-check() {
-  cd $pkgbase-$pkgver
-  make check
-}
-
-package_libofx() {
-  options=('!docs')
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-package_libofx-doc() {
-  pkgdesc="Documention of the OFX banking standard API"
-  depends=()
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install-docDATA
-  make -C doc DESTDIR="$pkgdir" install
-}

Copied: libofx/repos/community-x86_64/PKGBUILD (from rev 1210039, libofx/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-22 09:43:56 UTC (rev 1210040)
@@ -0,0 +1,43 @@
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+pkgbase=libofx
+pkgname=('libofx' 'libofx-doc')
+pkgver=0.10.5
+pkgrel=1
+pkgdesc="API for the OFX banking standard"
+arch=('x86_64')
+url="https://github.com/libofx"
+license=('GPL')
+depends=('opensp' 'curl' 'libxml++2.6')
+checkdepends=('gnupg')
+source=(https://github.com/$pkgname/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('570ea744fb654750ed9c60456c771e7cbb035465f409e9ee1118f671b47b3bc3')
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr
+   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+   make CXXFLAGS+=-std=c++11
+}
+
+check() {
+  cd $pkgbase-$pkgver
+  make check
+}
+
+package_libofx() {
+  options=('!docs')
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+package_libofx-doc() {
+  pkgdesc="Documention of the OFX banking standard API"
+  depends=()
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install-docDATA
+  make -C doc DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list