diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-02 03:51:56 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-07-02 03:51:56 +0000 |
commit | 35f5198d4a73e45c4e9e22d638f5bfd5b9b4bc62 (patch) | |
tree | 0a936fac74a00270ec2c07d3a37a63e79dd80999 /extra/gnucash | |
parent | 88933a383866089c23f6d62783a6a24ab211e872 (diff) |
Wed Jul 2 03:45:24 UTC 2014
Diffstat (limited to 'extra/gnucash')
-rw-r--r-- | extra/gnucash/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/gnucash/PKGBUILD b/extra/gnucash/PKGBUILD index e8efea16e..d0b9b3ef3 100644 --- a/extra/gnucash/PKGBUILD +++ b/extra/gnucash/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 208932 2014-03-28 21:01:27Z juergen $ +# $Id: PKGBUILD 216065 2014-07-01 13:58:58Z juergen $ # Maintainer: Juergen Hoetzel <juergen@archlinux.org> # Contributor: Mark Schneider <queueRAM@gmail.com> pkgname=gnucash -pkgver=2.6.2 +pkgver=2.6.3 pkgrel=1 pkgdesc="A personal and small-business financial-accounting application" arch=('i686' 'x86_64') url="http://www.gnucash.org" license=("GPL") -depends=('slib' 'goffice0.8' 'libdbi-drivers' 'aqbanking' 'desktop-file-utils' 'webkitgtk2') +depends=('slib' 'goffice0.8' 'libdbi-drivers' 'aqbanking' 'desktop-file-utils' 'webkitgtk2' 'libgnome-keyring' 'libgnomecanvas') makedepends=('intltool') optdepends=('evince: for print preview' 'perl-finance-quote: for stock information lookups' @@ -17,7 +17,7 @@ optdepends=('evince: for print preview' options=('!makeflags' '!emptydirs') install=gnucash.install source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('26712924e4730285197a708dd6a2f608c092d230') +sha1sums=('40ea9c069d0ad0a811b74f00c2b32faad6108a6a') prepare() { cd "${srcdir}/${pkgname}-${pkgver}" |