diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-14 10:53:59 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-04-14 10:53:59 -0300 |
commit | 1fafdadaae260eaef7194102b5eb842466e63dd1 (patch) | |
tree | 734ab5c097f5a2ed36c2a7049d44f9c2bb46dede /extra/gnucash | |
parent | 1f52af629b1911ab027ef9c5d4d5903b48792050 (diff) | |
parent | 6dab5c46b00f624c7900ff6d11b75bcafbe251d0 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/unpaper/PKGBUILD
community/virtualbox/PKGBUILD
core/crda/PKGBUILD
core/eventlog/PKGBUILD
extra/v86d/PKGBUILD
extra/vlc/PKGBUILD
testing/mesa/PKGBUILD
Diffstat (limited to 'extra/gnucash')
-rw-r--r-- | extra/gnucash/PKGBUILD | 10 |
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}" |