summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76f7e13d44d0..204655ac6788 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _pkgname=texmacs
pkgver=20171215.10945
pkgrel=1
pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor and CAS-interface."
-arch=('i686' 'x86_64')
+arch=('x86_64')
url="http://www.texmacs.org/"
license=('GPL')
depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 'qt4' 'libiconv')
@@ -62,7 +62,7 @@ build() {
--libexecdir=/usr/lib \
--with-guile="guile-config1.8" \
--with-qt=/usr/lib/qt4/bin \
- LIBS="-ldl" CC="gcc" CXX="c++"
+ LIBS="-ldl" CC="gcc" CXX="g++"
make -j$(nproc)
}