diff options
author | root <root@rshg054.dnsready.net> | 2012-08-10 00:02:12 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-08-10 00:02:12 +0000 |
commit | 20107df59a093c814f11aa0328f3d006a3aa696e (patch) | |
tree | 386ebe17c5486289ba3d6d12bed05575688dcf66 /community/mathomatic/PKGBUILD | |
parent | d5bbc26b6a8a40b207200a1d19d466206ea3ee13 (diff) |
Fri Aug 10 00:02:11 UTC 2012
Diffstat (limited to 'community/mathomatic/PKGBUILD')
-rwxr-xr-x | community/mathomatic/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mathomatic/PKGBUILD b/community/mathomatic/PKGBUILD index f727347e2..b1e13d338 100755 --- a/community/mathomatic/PKGBUILD +++ b/community/mathomatic/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 74240 2012-07-23 05:41:33Z ttopper $ +# $Id: PKGBUILD 74885 2012-08-08 16:34:04Z 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.1 +pkgver=16.0.2 pkgrel=1 pkgdesc="General purpose Computer Algebra System written in C" arch=('i686' 'x86_64') @@ -17,7 +17,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=('550c4c27da68db1d3d62ed2888828548') +md5sums=('17d4034b9f4af59d55095d47e9096c7b') build() { cd "$srcdir"/$pkgname-$pkgver |