Date: Thursday, October 8, 2015 @ 15:37:22 Author: juergen Revision: 248497
upgpkg: gnucash 2.6.9-1 Modified: gnucash/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-10-08 11:20:10 UTC (rev 248496) +++ PKGBUILD 2015-10-08 13:37:22 UTC (rev 248497) @@ -3,7 +3,7 @@ # Contributor: Mark Schneider <[email protected]> pkgname=gnucash -pkgver=2.6.8 +pkgver=2.6.9 pkgrel=1 pkgdesc="A personal and small-business financial-accounting application" arch=('i686' 'x86_64') @@ -10,7 +10,7 @@ url="http://www.gnucash.org" license=("GPL") depends=('guile' 'slib' 'goffice0.8' 'libdbi-drivers' 'libmariadbclient' 'postgresql-libs' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 'libgnome-keyring' 'libgnomecanvas') -makedepends=('intltool') +makedepends=('intltool' 'gcc' 'pkgconfig') optdepends=('evince: for print preview' 'yelp: help browser' 'perl-finance-quote: for stock information lookups' @@ -18,7 +18,7 @@ options=('!makeflags' '!emptydirs') install=gnucash.install source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('302b4a9a6fe5075daf75a86ecdb6d8edd1e3bbd7') +sha1sums=('d61b5da531982ebc0f0fee589733d64bec9b571d') prepare() { cd "${srcdir}/${pkgname}-${pkgver}"
