summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwangjiezhe2019-05-18 22:01:19 +0800
committerwangjiezhe2019-05-18 22:01:19 +0800
commitd2de2adfae57bc777d759fadcb3cad5697aac359 (patch)
tree046d17ec5aad7e2f260daf99eca5582d55b3ceb3 /PKGBUILD
parentb3fe62289d2de8f5d6dd71d599ddadd1e586e405 (diff)
downloadaur-d2de2adfae57bc777d759fadcb3cad5697aac359.tar.gz
texmacs-svn 20190518.11675-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0359558edef1..bc3d82b8bd93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=texmacs-svn
_pkgname=texmacs
-pkgver=20181208.11311
+pkgver=20190518.11675
pkgrel=1
pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor and CAS-interface."
arch=('x86_64')
@@ -19,10 +19,8 @@ optdepends=('transfig: convert images using fig2ps'
'aspell: spell checking')
makedepends=('ghostscript' 'cmake')
source=("${_pkgname}::svn://svn.savannah.gnu.org/texmacs/trunk/src"
- "0001-Fix-sage.patch"
)
-sha1sums=('SKIP'
- '31252d8a147c7414f683d168873bccfac9d2ad6c')
+sha1sums=('SKIP')
options=('!emptydirs' '!ccache')
provides=('texmacs')
conflicts=('texmacs')
@@ -38,7 +36,7 @@ prepare() {
cd ${_pkgname}-build
- patch -Np1 -i ../0001-Fix-sage.patch
+ # patch -Np1 -i ../0001-Fix-sage.patch
sed -i 's/env python/env python2/' \
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \