diff options
author | root <root@rshg047.dnsready.net> | 2011-04-21 04:17:42 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-21 04:17:42 +0000 |
commit | fa4eccdc5034e6953e9b9381570ada0fb3ee983d (patch) | |
tree | 0e36297a392905958bf9ad80e8893b4e72ec2fb0 /community/mathomatic | |
parent | 862a468489b5081755f9086204a012c7cd3beb3e (diff) |
Thu Apr 21 04:17:42 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 4754e0cb7..159de13ba 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.2 +pkgver=15.5.3 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=('c86a4bfb71497b34f24a3fa2141b2911') +md5sums=('661efbc2482acb343db521ea69a4a088') build() { cd "$srcdir"/$pkgname-$pkgver |