Date: Friday, October 13, 2017 @ 06:31:10 Author: arojas Revision: 307807
Update to 5.41.0 Modified: maxima/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-10-13 04:13:41 UTC (rev 307806) +++ PKGBUILD 2017-10-13 06:31:10 UTC (rev 307807) @@ -3,8 +3,8 @@ # Contributor: Damir Perisa <[email protected]> pkgname=maxima -pkgver=5.40.0 -pkgrel=3 +pkgver=5.41.0 +pkgrel=1 pkgdesc="A sophisticated computer algebra system" arch=('i686' 'x86_64') license=('GPL') @@ -16,7 +16,7 @@ # needs a rebuild when sbcl changes version options=('!makeflags' '!zipman') # don't zip info pages or they won't work inside maxima source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") -sha1sums=('31672bd475e4e508421c6633bd4186f4a97b694a') +sha1sums=('0f69a6603d7334bfec6388151eeb768e8c5e7626') prepare() { cd "${srcdir}/${pkgname}-${pkgver}"
