summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--0001-R-plugin-fix-preprocessor.patch12
-rw-r--r--0002-Sage-plugin-fix-which-not-found.patch8
-rw-r--r--PKGBUILD6
4 files changed, 17 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 332d5fb44b13..3297dc809879 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Dec 9 10:41:55 UTC 2016
+# Sat Jan 7 02:54:27 UTC 2017
pkgbase = texmacs-svn
pkgdesc = Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor and CAS-interface.
- pkgver = 20161129.10601
+ pkgver = 20170105.10603
pkgrel = 1
url = http://www.texmacs.org/
arch = i686
@@ -30,8 +30,8 @@ pkgbase = texmacs-svn
source = 0001-R-plugin-fix-preprocessor.patch
source = 0002-Sage-plugin-fix-which-not-found.patch
sha1sums = SKIP
- sha1sums = 72c9ed59808b1d43bdff98f6ce306a8752d08175
- sha1sums = e977a4331ed8341e49adc924feeda054aab97836
+ sha1sums = c13ef7e1d7821145c230533e1bc8adedfe814600
+ sha1sums = e18d952f5d6c6f0c9124a2b56221412a17789866
pkgname = texmacs-svn
diff --git a/0001-R-plugin-fix-preprocessor.patch b/0001-R-plugin-fix-preprocessor.patch
index 626aed3cc776..8b7c7f62a53e 100644
--- a/0001-R-plugin-fix-preprocessor.patch
+++ b/0001-R-plugin-fix-preprocessor.patch
@@ -1,18 +1,18 @@
-From d53eff861354e6a626d2692fea2f24c9dc5ef965 Mon Sep 17 00:00:00 2001
+From c572c8cf1ee548b8bbcb05544d4bb96bf2a2c706 Mon Sep 17 00:00:00 2001
From: wangjiezhe <wangjiezhe@gmail.com>
Date: Mon, 23 May 2016 13:36:44 +0800
-Subject: [PATCH 1/4] R plugin: fix preprocessor
+Subject: [PATCH 1/2] R plugin: fix preprocessor
---
plugins/r/src/tm_r.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/plugins/r/src/tm_r.c b/plugins/r/src/tm_r.c
-index 37ce819..b10cbee 100644
+index 342d2d1f3..4f9283b68 100644
--- a/plugins/r/src/tm_r.c
+++ b/plugins/r/src/tm_r.c
-@@ -14,7 +14,8 @@
- #include <sys/select.h>
+@@ -17,7 +17,8 @@
+ #else
#if HAVE_PTY_H
#include <pty.h>
-#else
@@ -22,5 +22,5 @@ index 37ce819..b10cbee 100644
#endif
--
-2.8.3
+2.11.0
diff --git a/0002-Sage-plugin-fix-which-not-found.patch b/0002-Sage-plugin-fix-which-not-found.patch
index 3fdb0a6d506a..219f157a63d7 100644
--- a/0002-Sage-plugin-fix-which-not-found.patch
+++ b/0002-Sage-plugin-fix-which-not-found.patch
@@ -1,14 +1,14 @@
-From 92264b5e868fb8b8399dfbb78b714ae5cf38c24e Mon Sep 17 00:00:00 2001
+From 279abf2c8d4f3cf1032dab47457194095cc92b0e Mon Sep 17 00:00:00 2001
From: wangjiezhe <wangjiezhe@gmail.com>
Date: Wed, 8 Jun 2016 11:20:42 +0800
-Subject: [PATCH 2/4] Sage plugin: fix `which` not found
+Subject: [PATCH 2/2] Sage plugin: fix `which` not found
---
plugins/sage/progs/init-sage.scm | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/plugins/sage/progs/init-sage.scm b/plugins/sage/progs/init-sage.scm
-index f3fb922..b18bf07 100644
+index f3fb9224e..b18bf07c9 100644
--- a/plugins/sage/progs/init-sage.scm
+++ b/plugins/sage/progs/init-sage.scm
@@ -12,10 +12,16 @@
@@ -30,5 +30,5 @@ index f3fb922..b18bf07 100644
(:session "Sage")
(:scripts "Sage"))
--
-2.8.3
+2.11.0
diff --git a/PKGBUILD b/PKGBUILD
index 50fffdb9cf77..9c971a368f33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=texmacs-svn
_pkgname=texmacs
-pkgver=20161129.10601
+pkgver=20170105.10603
pkgrel=1
pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor and CAS-interface."
arch=('i686' 'x86_64')
@@ -23,8 +23,8 @@ source=("${_pkgname}::svn://svn.savannah.gnu.org/texmacs/trunk/src"
"0002-Sage-plugin-fix-which-not-found.patch"
)
sha1sums=('SKIP'
- '72c9ed59808b1d43bdff98f6ce306a8752d08175'
- 'e977a4331ed8341e49adc924feeda054aab97836')
+ 'c13ef7e1d7821145c230533e1bc8adedfe814600'
+ 'e18d952f5d6c6f0c9124a2b56221412a17789866')
options=('!emptydirs' '!ccache')
provides=('texmacs')
conflicts=('texmacs')