diff options
Diffstat (limited to 'extra/gnucash/PKGBUILD')
-rw-r--r-- | extra/gnucash/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/gnucash/PKGBUILD b/extra/gnucash/PKGBUILD index 27c8bf8f4..d37be36ab 100644 --- a/extra/gnucash/PKGBUILD +++ b/extra/gnucash/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 146667 2012-01-16 05:26:24Z eric $ +# $Id: PKGBUILD 150910 2012-02-23 13:59:07Z juergen $ # Maintainer: Aaron Griffin <aaron@archlinux.org> # Contributor: Mark Schneider <queueRAM@gmail.com> pkgname=gnucash -pkgver=2.4.9 +pkgver=2.4.10 pkgrel=1 pkgdesc="A personal and small-business financial-accounting application" arch=('i686' 'x86_64' 'mips64el') @@ -17,7 +17,7 @@ optdepends=('evince: for print preview' options=('!libtool' '!makeflags' '!emptydirs') install=gnucash.install source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('a0ed6532e53164b7dc9a319d6503c6563310b878') +sha1sums=('b1906f8143406fdf8cb5217233143cc08e708b99') build() { cd "${srcdir}/${pkgname}-${pkgver}" |