summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-10-31 22:39:34 +0100
committerhaawda2017-10-31 22:39:34 +0100
commitcd0fb5c059fea0ae94b4fe6274b8fe5119339550 (patch)
tree935d865ab0654e0f2836a6bcdc6d1de115e18735
parentda462bdb6d42159f049e00b6502dedd356bb7949 (diff)
downloadaur-cd0fb5c059fea0ae94b4fe6274b8fe5119339550.tar.gz
Updated version (5.41.1.16.ge5e8a5c94 -> 5.41.1.19.gacf1cc335).
Changelog ========= Remove a superfluous variable reference (acf1cc335) Declare an unused variable to be ignored (9af954fe7) Remove a useless comment (2462e7613) Plot: A cross-Ref from grid to grid2d (e5e8a5c94) Crosscompiling: Fixed the issue with CMake >= 3.9 (fb1c45929) Change URL of Mathjax. (2e18ba76b) Update crosscompiling readme. (371f00f36) : skip walking through *small-primes* when unneccesary (9881344f9) moved tests for to rtestifactor (7dbadfde1) Crosscompiling: Do not include the jsMath fonts. (5bf52998d) Fix bug reported on mailing list by Walter Faxon on October 25th, 2017: "Bug in Maxima function primes()". Added a test for it. (a5025eaa7) Crosscompiling: update wxmaxima (version number + checksum) (46f1cf015) Corrected the Maxima help text. (c230af917) Nightly test: update SBCL (4e49b0e60) Avoid the endless loop of ECL if wxMaxima crashes (4e4b9d237) Simplify testing instructions b2y removing leading "-" and adding ";" (c4be7b472) Add ChangeLog-5.41.md to Makefile.am (f32dabfef) Updating version number in configure.ac for development branch (320f96a57) Adding 5.41 change log. (551bca627)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04fcbbab7ce8..6bd20aa29c76 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Tue Oct 31 21:39:34 UTC 2017
pkgbase = maxima-git
pkgdesc = a sophisticated computer algebra system - git-version
- pkgver = 5.41.1.16.ge5e8a5c94
+ pkgver = 5.41.1.19.gacf1cc335
pkgrel = 1
url = http://maxima.sourceforge.net
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index d1a6654604b4..4d0320e142db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=maxima-git
-pkgver=5.41.1.16.ge5e8a5c94
+pkgver=5.41.1.19.gacf1cc335
pkgrel=1
pkgdesc="a sophisticated computer algebra system - git-version"
arch=('i686' 'x86_64')