diff options
author | root <root@rshg047.dnsready.net> | 2011-06-08 22:47:34 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-06-08 22:47:34 +0000 |
commit | 498f3fc095103b2a220a00b27d43f4dae02d5459 (patch) | |
tree | 55388e1d28b8932880c45fa77f1b4547f521f8df /community/mathomatic | |
parent | 4d91fc9a2dc38054b8748f27193dc3a6950bda3c (diff) |
Wed Jun 8 22:47:33 UTC 2011
Diffstat (limited to 'community/mathomatic')
-rwxr-xr-x | community/mathomatic/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mathomatic/PKGBUILD b/community/mathomatic/PKGBUILD index 159de13ba..527e8f95c 100755 --- a/community/mathomatic/PKGBUILD +++ b/community/mathomatic/PKGBUILD @@ -3,7 +3,7 @@ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=mathomatic -pkgver=15.5.3 +pkgver=15.6.1 pkgrel=1 pkgdesc="General purpose Computer Algebra System written in C" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ optdepends=('python2: for running /usr/share/doc/mathomatic/factorial/factorial' 'bash: for running a test script' 'gnuplot: for plotting') source=(http://mathomatic.org/$pkgname-$pkgver.tar.bz2) -md5sums=('661efbc2482acb343db521ea69a4a088') +md5sums=('78d5eec8b64cbb3b00162f616f6a477c') build() { cd "$srcdir"/$pkgname-$pkgver |