diff options
Diffstat (limited to 'extra/gnucash/PKGBUILD')
-rw-r--r-- | extra/gnucash/PKGBUILD | 15 |
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}" |