[arch-commits] Commit in libqalculate/trunk (ChangeLog PKGBUILD)

Eric Bélanger eric at archlinux.org
Sat Nov 7 18:22:18 UTC 2009


    Date: Saturday, November 7, 2009 @ 13:22:17
  Author: eric
Revision: 58404

upgpkg: libqalculate 0.9.6-6
    Fixed optdepends array syntax (close FS#16053)

Modified:
  libqalculate/trunk/ChangeLog
  libqalculate/trunk/PKGBUILD

-----------+
 ChangeLog |    5 +++++
 PKGBUILD  |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

Modified: ChangeLog
===================================================================
--- ChangeLog	2009-11-07 18:14:17 UTC (rev 58403)
+++ ChangeLog	2009-11-07 18:22:17 UTC (rev 58404)
@@ -1,3 +1,8 @@
+2009-11-07  Eric Belanger  <eric at archlinux.org>
+
+	* libqalculate 0.9.6-6
+	* Fixed optdepends array syntax (close FS#16053)
+
 2009-06-18  Eric Belanger  <eric at archlinux.org>
 
 	* libqalculate 0.9.6-5

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-11-07 18:14:17 UTC (rev 58403)
+++ PKGBUILD	2009-11-07 18:22:17 UTC (rev 58404)
@@ -5,14 +5,14 @@
 
 pkgname=libqalculate
 pkgver=0.9.6
-pkgrel=5
+pkgrel=6
 pkgdesc="Multi-purpose desktop calculator"
 arch=('i686' 'x86_64')
 url="http://qalculate.sourceforge.net/"
 license=('GPL')
 depends=('libxml2' 'cln>=1.2.0' 'glib2' 'ncurses>=5.6-7' 'readline>=6.0.00')
 makedepends=('perlxml')
-optdepends=('gnuplot: for plotting support' 'wget or gnome-vfs: for retrieval of exchange rates (not needed if you use one of the GUI)')
+optdepends=('gnuplot: for plotting support' 'wget: for retrieval of exchange rates (not needed if you use one of the GUI)' 'gnome-vfs: for retrieval of exchange rates (not needed if you use one of the GUI)')
 options=('!libtool' '!makeflags')
 source=(http://downloads.sourceforge.net/sourceforge/qalculate/${pkgname}-${pkgver}.tar.gz \
         libqalculate-0.9.6-cln-config.patch libqalculate-0.9.6-cl_abort.patch \




More information about the arch-commits mailing list