summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-07-03 02:27:40 +0200
committerhaawda2017-07-03 02:27:40 +0200
commit3ad2d282490bd1d8b0f6b0c099cd0df1255a584a (patch)
tree94c8d87e40607c0a08865c00b71caa2180707d1b
parentf51200d950a52d334355d5dbb8d0e967d2bdf39e (diff)
downloadaur-3ad2d282490bd1d8b0f6b0c099cd0df1255a584a.tar.gz
Updated version (r4687.592fb24a -> r4692.11a52f83).
Changelog ========= A false positive for cppcheck. (11a52f83) More iterator paranoia. (01af62aa) Two other places where an iterator was possibly able to iterate to a point beyond the end of a string. (5e199ebd) Iterator paranoia. (0917589e) Found a few bugs and resolved a few warnings. (f7c81934)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2261e8c0edf4..1b9ff898b5cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jul 1 23:18:02 UTC 2017
+# Mon Jul 3 00:27:40 UTC 2017
pkgbase = wxmaxima-git
pkgdesc = A document based interface for the computer algebra system Maxima.
- pkgver = r4687.592fb24a
+ pkgver = r4692.11a52f83
pkgrel = 1
url = http://andrejv.github.io/wxmaxima/index.html
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index b346459e480d..1643841d67d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=wxmaxima-git
-pkgver=r4687.592fb24a
+pkgver=r4692.11a52f83
pkgrel=1
pkgdesc="A document based interface for the computer algebra system Maxima."
arch=('i686' 'x86_64')