Date: Monday, June 8, 2020 @ 08:31:56 Author: arojas Revision: 388489
Update to 5.44.0 Modified: maxima/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-08 08:03:36 UTC (rev 388488) +++ PKGBUILD 2020-06-08 08:31:56 UTC (rev 388489) @@ -2,8 +2,8 @@ # Contributor: Damir Perisa <[email protected]> pkgname=maxima -pkgver=5.43.2 -pkgrel=3 +pkgver=5.44.0 +pkgrel=1 pkgdesc="A sophisticated computer algebra system" arch=('x86_64') license=('GPL') @@ -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=('716b4a402abcddf56ca3ac816cd0c9ab17adf16e') +sha1sums=('5f1fce915675f46823c33638480dcc1fcaf447a1') build() { cd "${srcdir}/${pkgname}-${pkgver}"
