Date: Friday, August 2, 2019 @ 21:14:28 Author: arojas Revision: 358900
Update to 1.99.11 Modified: texmacs/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-08-02 21:07:32 UTC (rev 358899) +++ PKGBUILD 2019-08-02 21:14:28 UTC (rev 358900) @@ -2,7 +2,7 @@ # Contributor: Damir Perisa <[email protected]> # Contributor: Christopher Reimer <[email protected]> pkgname=texmacs -pkgver=1.99.10 +pkgver=1.99.11 pkgrel=1 pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, Pari, Qcl, R and Yacas) in one." arch=('x86_64') @@ -18,13 +18,12 @@ makedepends=('ghostscript' 'cmake') source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz) options=('!emptydirs') -sha256sums=('025e5a2eed92b76fedd9430fb1e8aed968d4cf59031f09f048bb9e19d95c22cc') +sha256sums=('8f2a73e2948d2bfdcd46b3ae9e7421707c4f897bd7d1447e8df8ff4886037789') prepare() { cd TeXmacs-${pkgver}-src find -name '*.py' | xargs sed -i 's/env python/env python2/' - sed -e 's/env python/env python2/' -i plugins/{gnuplot/bin/tm_gnuplot,python/bin/tm_python,graph/bin/tm_graph} sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm }
