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

Eric Bélanger eric at archlinux.org
Tue Apr 12 15:33:35 UTC 2011


    Date: Tuesday, April 12, 2011 @ 11:33:34
  Author: eric
Revision: 119590

upgpkg: gnucash 2.4.5-1
Upstream update, Changed libdbi depends to libdbi-drivers (close FS#23718)

Modified:
  gnucash/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-12 15:18:40 UTC (rev 119589)
+++ PKGBUILD	2011-04-12 15:33:34 UTC (rev 119590)
@@ -3,14 +3,14 @@
 # Contributor: Mark Schneider <queueRAM at 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')
 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 @@
 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}"




More information about the arch-commits mailing list