[arch-commits] Commit in libofx/trunk (PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Thu May 11 18:58:15 UTC 2017
Date: Thursday, May 11, 2017 @ 18:58:14
Author: jlichtblau
Revision: 227810
upgpkg: libofx 0.9.11-1 - new upstream release
Modified:
libofx/trunk/PKGBUILD
----------+
PKGBUILD | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-05-11 18:27:21 UTC (rev 227809)
+++ PKGBUILD 2017-05-11 18:58:14 UTC (rev 227810)
@@ -1,10 +1,11 @@
# $Id$
-# Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
pkgbase=libofx
pkgname=('libofx' 'libofx-doc')
-pkgver=0.9.10
-pkgrel=2
+pkgver=0.9.11
+pkgrel=1
pkgdesc="API for the OFX banking standard"
arch=('i686' 'x86_64')
url="http://libofx.sourceforge.net"
@@ -12,13 +13,13 @@
depends=('opensp' 'curl' 'libxml++2.6')
checkdepends=('gnupg')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('33f394c963c087217cb6c508af842d4844bc0823')
+sha256sums=('b0115c876bee5df84002a96f58cca8d73ef7b75d799d6a3a44905c34a8cfe94f')
build() {
cd $pkgbase-$pkgver
./configure --prefix=/usr
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
- make CXXFLAGS+=-std=c++11
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+ make CXXFLAGS+=-std=c++11
}
check() {
More information about the arch-commits
mailing list