Date: Monday, June 21, 2021 @ 06:22:32 Author: arojas Revision: 418528
Update to 5.45.1 Modified: maxima/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-06-21 06:06:56 UTC (rev 418527) +++ PKGBUILD 2021-06-21 06:22:32 UTC (rev 418528) @@ -2,7 +2,7 @@ # Contributor: Damir Perisa <[email protected]> pkgname=maxima -pkgver=5.45.0 +pkgver=5.45.1 pkgrel=1 pkgdesc="A sophisticated computer algebra system" arch=('x86_64') @@ -15,7 +15,7 @@ # needs a rebuild when sbcl changes version options=('!makeflags' '!zipman') # don't zip info pages or they won't work inside maxima source=("https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz") -sha1sums=('ed15d5285794413ba94412079eca3d0fa55a47bf') +sha1sums=('a259f53b0362b77e6a642cf5b5d55aa35c0a483a') build() { cd "${srcdir}/${pkgname}-${pkgver}"
