summaryrefslogtreecommitdiff
path: root/extra/gnucash
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-09 20:52:21 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-09 20:52:21 -0300
commitaabab2c530c33c1beb40ac3dacb95e19ab99eac3 (patch)
tree1417c10b601a05725676a727a25901a32e7fd94c /extra/gnucash
parent3357db80ffa8a795fb5cdad0fc726470887706b0 (diff)
parentd1e588afc2779754c0abd1122ecf4f8e3c863d7a (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: extra/cinepaint/PKGBUILD extra/cmake/PKGBUILD extra/fltk/PKGBUILD extra/foomatic/PKGBUILD extra/kdegraphics/PKGBUILD extra/kdelibs/PKGBUILD extra/kdepim-runtime/PKGBUILD extra/kdepim/PKGBUILD extra/libxi/PKGBUILD extra/monica/PKGBUILD extra/rasqal/PKGBUILD extra/soprano/PKGBUILD multilib/wine/PKGBUILD testing/mesa/PKGBUILD
Diffstat (limited to 'extra/gnucash')
-rw-r--r--extra/gnucash/PKGBUILD15
1 files changed, 7 insertions, 8 deletions
diff --git a/extra/gnucash/PKGBUILD b/extra/gnucash/PKGBUILD
index c182576f6..dadde70b6 100644
--- a/extra/gnucash/PKGBUILD
+++ b/extra/gnucash/PKGBUILD
@@ -1,17 +1,16 @@
-# $Id: PKGBUILD 127860 2011-06-18 22:47:58Z foutrelis $
+# $Id: PKGBUILD 130812 2011-07-08 04:52:51Z eric $
# Maintainer: Aaron Griffin <aaron@archlinux.org>
# Contributor: Mark Schneider <queueRAM@gmail.com>
pkgname=gnucash
-pkgver=2.4.6
-pkgrel=2
+pkgver=2.4.7
+pkgrel=1
pkgdesc="A personal and small-business financial-accounting application"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.gnucash.org"
license=("GPL")
-depends=('gtkhtml' 'slib' 'goffice' 'guile' 'libofx'
- 'libgnomeui' 'hicolor-icon-theme' 'libdbi-drivers' 'aqbanking'
- 'desktop-file-utils')
+depends=('gtkhtml' 'slib' 'goffice' 'libgnomeui' 'hicolor-icon-theme'
+ 'libdbi-drivers' 'aqbanking' 'desktop-file-utils')
makedepends=('intltool')
optdepends=('evince: for print preview'
'perl-finance-quote: for stock information lookups'
@@ -19,8 +18,8 @@ optdepends=('evince: for print preview'
options=('!libtool' '!makeflags')
install=gnucash.install
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('b7d5fbb1bddf3618c97ebeeb76408ebe')
-sha1sums=('b6d4a6bc327ef5a260d070215a14a3180b474ad8')
+md5sums=('0f85c8bfd165b2605a7853f579808823')
+sha1sums=('e99dd56949de27c19d9c3413d30c87a0f74e8ff9')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"