summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwangjiezhe2017-12-19 11:07:37 +0800
committerwangjiezhe2017-12-19 11:07:37 +0800
commitc30d35c6639839c9192f03846c780f9f4f78d666 (patch)
tree4d97bd61f0da52b1a021144b297171093c39dfba /PKGBUILD
parent42e56bfb32de04f1dc9debfae91c934b2479cddf (diff)
downloadaur-c30d35c6639839c9192f03846c780f9f4f78d666.tar.gz
Remove i686 from arch=()
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)
}