diff options
Diffstat (limited to 'community/mathomatic/PKGBUILD')
-rwxr-xr-x | community/mathomatic/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/community/mathomatic/PKGBUILD b/community/mathomatic/PKGBUILD index b1e13d338..eb7b68c6d 100755 --- a/community/mathomatic/PKGBUILD +++ b/community/mathomatic/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 74885 2012-08-08 16:34:04Z ttopper $ +# $Id: PKGBUILD 76011 2012-09-08 21:04:59Z ttopper $ # Contributor: G_Syme <demichan(at)mail(dot)upb(dot)de> # Contributor: Stefan Husmann <stefan-husmann@t-online.de> # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=mathomatic -pkgver=16.0.2 +pkgver=16.0.3 pkgrel=1 pkgdesc="General purpose Computer Algebra System written in C" arch=('i686' 'x86_64') @@ -13,11 +13,12 @@ url="http://mathomatic.orgserve.de/math/" depends=('readline') makedepends=('time') optdepends=('python2: for running /usr/share/doc/mathomatic/factorial/factorial' - 'bash: for running a test script' - 'm4: for complex operations using the matho script' + 'bash: for running a test script' + 'm4: for complex operations using the matho script' + 'rlwrap: for readline editing' 'gnuplot: for plotting') source=(http://mathomatic.org/$pkgname-$pkgver.tar.bz2) -md5sums=('17d4034b9f4af59d55095d47e9096c7b') +md5sums=('0bd4b73e364d05b7a5b855f19c91b6bd') build() { cd "$srcdir"/$pkgname-$pkgver |