summaryrefslogtreecommitdiff
path: root/extra/gnucash/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gnucash/PKGBUILD')
-rw-r--r--extra/gnucash/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/gnucash/PKGBUILD b/extra/gnucash/PKGBUILD
index f17ab1ef7..6b666f476 100644
--- a/extra/gnucash/PKGBUILD
+++ b/extra/gnucash/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 114787 2011-03-16 02:24:49Z eric $
+# $Id: PKGBUILD 119590 2011-04-12 15:33:34Z eric $
# Maintainer: Aaron Griffin <aaron@archlinux.org>
# Contributor: Mark Schneider <queueRAM@gmail.com>
pkgname=gnucash
-pkgver=2.4.4
+pkgver=2.4.5
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' 'aqbanking'
+ 'libgnomeui' 'hicolor-icon-theme' 'libdbi-drivers' 'aqbanking'
'desktop-file-utils')
makedepends=('intltool')
optdepends=('evince: for print preview'
@@ -20,8 +20,8 @@ optdepends=('evince: for print preview'
options=('!libtool' '!makeflags')
install=gnucash.install
source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('6ae973bf925cde0721c7c465536bc096')
-sha1sums=('016fccdfe5134783c95dcd5add5190270ade59f2')
+md5sums=('94168fe959743fc342812ac3a01814a1')
+sha1sums=('4f40b039ee8e9bcc15d49a8ed52bd7ef94bc8126')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"