summaryrefslogtreecommitdiff
path: root/extra/libqalculate
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-09 18:15:39 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2012-02-09 18:15:39 -0300
commitf35184e8782d5fe7fc3ea3f11042b29913cde6d8 (patch)
treec984d07cfb1cb491f5e7a71f3771a81001398d74 /extra/libqalculate
parent520f5964346341a33a8337c8fd5b1afa10de6d5b (diff)
parent54b7119c36756b86ea463649ee972cd6c1ce5863 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/nload/PKGBUILD core/glibc/PKGBUILD extra/aalib/PKGBUILD extra/apache/PKGBUILD extra/jasper/PKGBUILD extra/libasyncns/PKGBUILD extra/libvorbis/PKGBUILD extra/libxslt/PKGBUILD extra/xfce4-timer-plugin/PKGBUILD multilib/lib32-glibc/PKGBUILD multilib/lib32-gtk2/PKGBUILD staging/xorg-xinput/PKGBUILD
Diffstat (limited to 'extra/libqalculate')
-rw-r--r--extra/libqalculate/PKGBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/extra/libqalculate/PKGBUILD b/extra/libqalculate/PKGBUILD
index d34fc9d6c..069521072 100644
--- a/extra/libqalculate/PKGBUILD
+++ b/extra/libqalculate/PKGBUILD
@@ -1,19 +1,18 @@
-# $Id: PKGBUILD 108627 2011-02-02 01:51:53Z eric $
+# $Id: PKGBUILD 149451 2012-02-08 01:06:52Z eric $
# Maintainer: Eric BĂ©langer <eric@archlinux.org>
pkgname=libqalculate
pkgver=0.9.7
-pkgrel=2
+pkgrel=3
pkgdesc="Multi-purpose desktop calculator"
arch=('i686' 'x86_64' 'mips64el')
url="http://qalculate.sourceforge.net/"
license=('GPL')
-depends=('libxml2' 'cln' 'glib2' 'ncurses' 'readline')
-makedepends=('perlxml')
+depends=('libxml2' 'cln' 'glib2')
+makedepends=('perl-xml-parser')
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)
-md5sums=('a1507ab862f4ad9852788619aada35cd')
sha1sums=('c15f7f3a97995decf62cc964956fc1e374ecd78c')
build() {