[arch-commits] Commit in gnucash/trunk (PKGBUILD)

Rémy Oudompheng remy at archlinux.org
Sat Feb 19 12:22:36 UTC 2011


    Date: Saturday, February 19, 2011 @ 07:22:35
  Author: remy
Revision: 110428

upgpkg: gnucash 2.4.2-1
Upstream version bump, add aqbanking support

Modified:
  gnucash/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-02-19 09:16:50 UTC (rev 110427)
+++ PKGBUILD	2011-02-19 12:22:35 UTC (rev 110428)
@@ -3,13 +3,14 @@
 # Contributor: Mark Schneider <queueRAM at gmail.com>
 
 pkgname=gnucash
-pkgver=2.4.0
+pkgver=2.4.2
 pkgrel=1
 pkgdesc="A personal and small-business financial-accounting application"
 arch=('i686' 'x86_64')
 url="http://www.gnucash.org"
 license=("GPL")
-depends=('gtkhtml>=3.32.1' 'slib' 'goffice>=0.8.12' 'guile' 'libofx' 'libgnomeui>=2.24.4' 'hicolor-icon-theme' 'libdbi')
+depends=('gtkhtml>=3.32.1' 'slib' 'goffice>=0.8.12' 'guile' 'libofx'
+         'libgnomeui>=2.24.4' 'hicolor-icon-theme' 'libdbi' 'aqbanking')
 makedepends=('intltool')
 optdepends=('evince: for print preview'
             'gnucash-docs: (AUR) for user documentation'
@@ -17,13 +18,13 @@
             'perl-date-manip: for stock information lookups')
 options=('!libtool' '!makeflags')
 install=gnucash.install
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz) 
-md5sums=('fb7b4ebebf26e8504ea08787db123d5e')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) 
+md5sums=('ff05a8393ed08b7e99acdb69cd342a55')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
   ./configure --prefix=/usr --mandir=/usr/share/man \
-    --sysconfdir=/etc --libexecdir=/usr/lib --enable-ofx
+    --sysconfdir=/etc --libexecdir=/usr/lib --enable-ofx --enable-aqbanking
   make
 }
 




More information about the arch-commits mailing list