diff options
author | root <root@rshg054.dnsready.net> | 2013-02-20 00:04:38 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-02-20 00:04:38 -0800 |
commit | 1bd47d3e04c409582486ea3ec915d3b7899f6841 (patch) | |
tree | f09c9d0e2af9846a6fe61c07c3d7973c979f103c /extra/maxima | |
parent | ba105c9a82cf668f973a140c1792a3c02589980d (diff) |
Wed Feb 20 00:04:38 PST 2013
Diffstat (limited to 'extra/maxima')
-rw-r--r-- | extra/maxima/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/maxima/PKGBUILD b/extra/maxima/PKGBUILD index 6dd01b714..f648b4e62 100644 --- a/extra/maxima/PKGBUILD +++ b/extra/maxima/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 178214 2013-02-18 09:05:06Z juergen $ +# $Id: PKGBUILD 178301 2013-02-19 19:05:06Z ronald $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Damir Perisa <damir@archlinux.org> pkgname=maxima -pkgver=5.28.0 -pkgrel=7 +pkgver=5.29.1 +pkgrel=1 pkgdesc="Maxima - a sophisticated computer algebra system" arch=('i686' 'x86_64') license=('GPL') @@ -17,7 +17,7 @@ optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via /usr/ options=('!makeflags' '!zipman') # don't zip info pages or they won't work inside maxima install=maxima.install source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz" "$pkgname.desktop") -sha1sums=('52d7dad4681711a6ead73b72835b177107363b9c' +sha1sums=('9be04303d6a5472bc95576b7de7286fa4b8ff604' '4398ebb1ec85ccfa12f37516a56d60c26f74b18b') build() { |