diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-15 11:06:04 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2012-02-15 11:06:04 +0100 |
commit | 5db9045af8870daff1761cbdc00a1b392ec04e0d (patch) | |
tree | b166e9bbd13269d614d2afcad6c7c817771d70e3 /extra/maxima | |
parent | b71d5073741581206df880b70696680e743abbeb (diff) | |
parent | 812b715ebd89fb9049df7000c721990084b525c6 (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/pari/PKGBUILD
extra/xfce4-mpc-plugin/PKGBUILD
extra/xfce4-session/PKGBUILD
testing/kmod/PKGBUILD
testing/xf86-video-sis/PKGBUILD
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 8d63f8280..71595ad27 100644 --- a/extra/maxima/PKGBUILD +++ b/extra/maxima/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 144879 2011-12-08 21:06:55Z juergen $ +# $Id: PKGBUILD 150146 2012-02-13 14:36:40Z ronald $ # Maintainer: Ronald van Haren <ronald.archlinux.org> # Contributor: Damir Perisa <damir@archlinux.org> pkgname=maxima -pkgver=5.25.1 -pkgrel=3 +pkgver=5.26.0 +pkgrel=1 pkgdesc="Maxima - a sophisticated computer algebra system" arch=('i686' 'x86_64' 'mips64el') license=('GPL') @@ -21,7 +21,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=('9c9ea66434c9ca96549092c3640c3ba5a4fba44b' +sha1sums=('bc7448486478b217c333605c6d8f6c0bbdd3526c' '4398ebb1ec85ccfa12f37516a56d60c26f74b18b') build() { |