summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAUR Update Bot2018-04-05 13:29:07 -0400
committerTarn Burton2018-04-05 13:29:07 -0400
commit824bd6ea3308b784cdb1bac737800343fe752781 (patch)
treea5dec6145a59f2ec7826cda68a0aba003f7cb023
parent457372955b5aeb8adb4325d248cba09b0feee0e6 (diff)
downloadaur-824bd6ea3308b784cdb1bac737800343fe752781.tar.gz
Updated version (r221.69a53c1 -> r234.64f2ae4).
Changelog ========= Merge pull request #22 from yitzchak/improve-msg (64f2ae4) Capture Maxima errors and quit requests (11528e5) Improve messaging (d3885dc) Merge pull request #21 from yitzchak/use-jsown (8632569) Use jsown for JSON handling (ff65673) Merge pull request #19 from yitzchak/fix-display (2a5f04e) Merge pull request #18 from yitzchak/add-more-messages (369a6e6) Merge pull request #20 from yitzchak/fix-plot-p (7c7f64c) Make plot-p more stringent (4075f7e) Call mgrind and tex directly to avoid meval (edac477) Fix typo (b40e182) Cleanup handle-execute-request (656bfa5) Add is_complete_request and kernel_shutdown msgs (aaad183)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ccf94a9ac6ac..1657d8095f2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Apr 5 17:29:07 UTC 2018
pkgbase = maxima-jupyter-git
pkgdesc = A Maxima kernel for Jupyter, based on CL-Jupyter (Common Lisp kernel)
- pkgver = r221.69a53c1
+ pkgver = r234.64f2ae4
pkgrel = 1
url = https://github.com/robert-dodier/maxima-jupyter
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index d2f32c396b57..b0066d42f335 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Tarn Burton <twburton at gmail dot com>
pkgname=maxima-jupyter-git
-pkgver=r221.69a53c1
+pkgver=r234.64f2ae4
pkgrel=1
pkgdesc="A Maxima kernel for Jupyter, based on CL-Jupyter (Common Lisp kernel)"
arch=("any")