Date: Thursday, January 14, 2016 @ 08:51:13 Author: juergen Revision: 258277
upgpkg: maxima 5.37.3-1 Modified: maxima/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-01-14 07:48:59 UTC (rev 258276) +++ PKGBUILD 2016-01-14 07:51:13 UTC (rev 258277) @@ -3,13 +3,13 @@ # Contributor: Damir Perisa <[email protected]> pkgname=maxima -pkgver=5.37.2 -pkgrel=3 +pkgver=5.37.3 +pkgrel=1 pkgdesc="A sophisticated computer algebra system" arch=('i686' 'x86_64') license=('GPL') url="http://maxima.sourceforge.net" -depends=('sbcl=1.3.0' 'texinfo' 'sh') +depends=('sbcl=1.3.1' 'texinfo' 'sh') makedepends=('python2' 'emacs') optdepends=('gnuplot: plotting capabilities' 'rlwrap: readline support via /usr/bin/rmaxima' 'tk: graphical xmaxima interface') # needs rebuild when bash changes version @@ -17,7 +17,7 @@ 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=('460a3042beac635f25d5db453b5cccb13322a4e7' +sha1sums=('0ddd366338e4fc9850f27f8052a52b472350d3ae' '4398ebb1ec85ccfa12f37516a56d60c26f74b18b') prepare() {
