summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwangjiezhe2017-03-01 15:38:42 +0800
committerwangjiezhe2017-03-01 15:44:26 +0800
commit64b8199d4f04b2391b52dd20322d373dfa98a21d (patch)
treea595e5d7c4a0aa59a254a6faf7f7cda966cbb880 /PKGBUILD
parent3dee9d43e9ef3dfa148c5f64a15a67502bae9754 (diff)
downloadaur-64b8199d4f04b2391b52dd20322d373dfa98a21d.tar.gz
texmacs-svn 20170301.10612-1
Fix for octave plugin
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dacb0e309554..713a8cd67d5e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=texmacs-svn
_pkgname=texmacs
-pkgver=20170225.10610
+pkgver=20170301.10612
pkgrel=1
pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor and CAS-interface."
arch=('i686' 'x86_64')
@@ -21,10 +21,12 @@ makedepends=('ghostscript')
source=("${_pkgname}::svn://svn.savannah.gnu.org/texmacs/trunk/src"
"0001-R-plugin-fix-preprocessor.patch"
"0002-Sage-plugin-fix-which-not-found.patch"
+ "0003-Fix-typo.patch"
)
sha1sums=('SKIP'
- 'c13ef7e1d7821145c230533e1bc8adedfe814600'
- 'e18d952f5d6c6f0c9124a2b56221412a17789866')
+ '289165f7e1256c3fd703372351b2376fafdf8d01'
+ '03acb07214f7eba2fce17600a6a7b64bc642fab6'
+ '86cfc8b7de70911943143e46cf1bf093406a58f9')
options=('!emptydirs' '!ccache')
provides=('texmacs')
conflicts=('texmacs')
@@ -42,6 +44,7 @@ prepare() {
patch -Np1 -i ../0001-R-plugin-fix-preprocessor.patch
patch -Np1 -i ../0002-Sage-plugin-fix-which-not-found.patch
+ patch -Np1 -i ../0003-Fix-typo.patch
autoreconf