[arch-commits] Commit in maxima/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon May 24 07:06:35 UTC 2021
Date: Monday, May 24, 2021 @ 07:06:35
Author: arojas
Revision: 415922
Update to 5.45.0
Modified:
maxima/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-23 22:06:20 UTC (rev 415921)
+++ PKGBUILD 2021-05-24 07:06:35 UTC (rev 415922)
@@ -2,8 +2,8 @@
# Contributor: Damir Perisa <damir at archlinux.org>
pkgname=maxima
-pkgver=5.44.0
-pkgrel=6
+pkgver=5.45.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=('5f1fce915675f46823c33638480dcc1fcaf447a1')
+sha1sums=('ed15d5285794413ba94412079eca3d0fa55a47bf')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
More information about the arch-commits
mailing list