Date: Tuesday, December 22, 2015 @ 10:46:47 Author: juergen Revision: 257109
upgpkg: gnucash 2.6.10-1 Modified: gnucash/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-22 08:30:29 UTC (rev 257108) +++ PKGBUILD 2015-12-22 09:46:47 UTC (rev 257109) @@ -3,7 +3,7 @@ # Contributor: Mark Schneider <queue...@gmail.com> pkgname=gnucash -pkgver=2.6.9 +pkgver=2.6.10 pkgrel=1 pkgdesc="A personal and small-business financial-accounting application" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ options=('!makeflags' '!emptydirs') install=gnucash.install source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('d61b5da531982ebc0f0fee589733d64bec9b571d') +sha1sums=('09c3eadde1f02056f0d41aee566c9d0cc05a8e6a') prepare() { cd "${srcdir}/${pkgname}-${pkgver}"