diff options
author | root <root@rshg054.dnsready.net> | 2011-11-21 23:14:49 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-11-21 23:14:49 +0000 |
commit | 859f538490d5f7a35356c8813cf5757b175eea98 (patch) | |
tree | f3da527fbc96be7a7a02fe3a8812d99c93fa8012 /community/mathomatic | |
parent | 70b4878648fd376433739bd5c835503f6301a5b2 (diff) |
Mon Nov 21 23:14:49 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 7abae6c71..66e2e8b97 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.7.0 +pkgver=15.7.1 pkgrel=1 pkgdesc="General purpose Computer Algebra System written in C" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ optdepends=('python2: for running /usr/share/doc/mathomatic/factorial/factorial' 'm4: for complex operations using the matho script' 'gnuplot: for plotting') source=(http://mathomatic.org/$pkgname-$pkgver.tar.bz2) -md5sums=('73d40f17bf5bb775d0968ddd9480ca45') +md5sums=('f8144e9c17edf688cbb296d20efaf808') build() { cd "$srcdir"/$pkgname-$pkgver |