summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2017-11-07 00:25:28 +0800
committerwangjiezhe2017-11-07 00:25:28 +0800
commit49e153def2b22d63857bd75d5ab4bc867c3ae990 (patch)
treeb56105c1674602c7e4cb15ce61266755ff2de676
parent6d53a5f6c67ac1df6423f1940801df5d3768d973 (diff)
downloadaur-49e153def2b22d63857bd75d5ab4bc867c3ae990.tar.gz
texmacs-svn 20171103.10882-1
-rw-r--r--.SRCINFO6
-rw-r--r--0001-Sage-plugin-fix-which-not-found.patch4
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79cb9b02f9fa..6371b96b9333 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Nov 2 15:02:03 UTC 2017
+# Mon Nov 6 16:25:17 UTC 2017
pkgbase = texmacs-svn
pkgdesc = Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor and CAS-interface.
- pkgver = 20171101.10881
+ pkgver = 20171103.10882
pkgrel = 1
url = http://www.texmacs.org/
arch = i686
@@ -29,7 +29,7 @@ pkgbase = texmacs-svn
source = texmacs::svn://svn.savannah.gnu.org/texmacs/trunk/src
source = 0001-Sage-plugin-fix-which-not-found.patch
sha1sums = SKIP
- sha1sums = 2c3bf8ba3c879ba20fc0afb8228a431ef4b21430
+ sha1sums = 8a6e4f423a56a870136c1b2357b0e6cbd46e6d51
pkgname = texmacs-svn
diff --git a/0001-Sage-plugin-fix-which-not-found.patch b/0001-Sage-plugin-fix-which-not-found.patch
index 574c170537ed..7498ad58d528 100644
--- a/0001-Sage-plugin-fix-which-not-found.patch
+++ b/0001-Sage-plugin-fix-which-not-found.patch
@@ -1,4 +1,4 @@
-From c63ee1b19b83306abff26d0871eac1446c041b72 Mon Sep 17 00:00:00 2001
+From 9fe7daa2c6f1ee21bcecb94eda583ada13686e97 Mon Sep 17 00:00:00 2001
From: wangjiezhe <wangjiezhe@gmail.com>
Date: Wed, 8 Jun 2016 11:20:42 +0800
Subject: [PATCH] Sage plugin: fix `which` not found
@@ -30,5 +30,5 @@ index f3fb9224e..b18bf07c9 100644
(:session "Sage")
(:scripts "Sage"))
--
-2.12.1
+2.15.0
diff --git a/PKGBUILD b/PKGBUILD
index ab0542ee08d3..3911dd1567c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=texmacs-svn
_pkgname=texmacs
-pkgver=20171101.10881
+pkgver=20171103.10882
pkgrel=1
pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor and CAS-interface."
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ source=("${_pkgname}::svn://svn.savannah.gnu.org/texmacs/trunk/src"
"0001-Sage-plugin-fix-which-not-found.patch"
)
sha1sums=('SKIP'
- '2c3bf8ba3c879ba20fc0afb8228a431ef4b21430')
+ '8a6e4f423a56a870136c1b2357b0e6cbd46e6d51')
options=('!emptydirs' '!ccache')
provides=('texmacs')
conflicts=('texmacs')