diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-21 11:27:08 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-21 11:27:08 -0300 |
commit | 840283e9012eff70d83361c5ae058c4fb855979e (patch) | |
tree | a0f93f9812348b55c9dfbf1cc6b81eba78caf6ee /extra/gnucash | |
parent | 93c61adf5995517ceecb6308255ff7fb85d59fcb (diff) | |
parent | f02c28de0bbcb85e152fc19d0008805021fe1a33 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/ascii/PKGBUILD
extra/gnome-utils/PKGBUILD
extra/libmodplug/PKGBUILD
extra/mkvtoolnix/PKGBUILD
extra/rox/PKGBUILD
extra/totem/PKGBUILD
kde-unstable/calligra/PKGBUILD
multilib/lib32-gtk2/PKGBUILD
multilib/lib32-libcups/PKGBUILD
multilib/zsnes/PKGBUILD
testing/perl-compress-bzip2/PKGBUILD
Diffstat (limited to 'extra/gnucash')
-rw-r--r-- | extra/gnucash/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/gnucash/PKGBUILD b/extra/gnucash/PKGBUILD index fe6d43a9e..c182576f6 100644 --- a/extra/gnucash/PKGBUILD +++ b/extra/gnucash/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 125742 2011-05-29 04:00:08Z eric $ +# $Id: PKGBUILD 127860 2011-06-18 22:47:58Z foutrelis $ # Maintainer: Aaron Griffin <aaron@archlinux.org> # Contributor: Mark Schneider <queueRAM@gmail.com> pkgname=gnucash pkgver=2.4.6 -pkgrel=1 +pkgrel=2 pkgdesc="A personal and small-business financial-accounting application" arch=('i686' 'x86_64' 'mips64el') url="http://www.gnucash.org" @@ -14,7 +14,6 @@ depends=('gtkhtml' 'slib' 'goffice' 'guile' 'libofx' 'desktop-file-utils') makedepends=('intltool') optdepends=('evince: for print preview' - 'gnucash-docs: (AUR) for user documentation' 'perl-finance-quote: for stock information lookups' 'perl-date-manip: for stock information lookups') options=('!libtool' '!makeflags') |