diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-02 11:30:49 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-02 11:30:49 -0300 |
commit | d734cc3a77cdc6960cbd72f3f8c680612342f24d (patch) | |
tree | 4fefd06bad669711c7564983f85d84d418141b05 /community/mathomatic | |
parent | 3dc4525661db2630038e019a2a31b71fdcbfb74a (diff) | |
parent | a81bc5be2e3672119ca0313a1fde10397a31211e (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/mingw32-gcc/PKGBUILD
extra/transmission/PKGBUILD
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 03a6b610e..1583ae5f1 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.6.1 +pkgver=15.6.2 pkgrel=1 pkgdesc="General purpose Computer Algebra System written in C" arch=('i686' 'x86_64' 'mips64el') @@ -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=('78d5eec8b64cbb3b00162f616f6a477c') +md5sums=('96b64d056c6ab3c72338ff7566b6b11e') build() { cd "$srcdir"/$pkgname-$pkgver |