summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2017-12-19 11:07:37 +0800
committerwangjiezhe2017-12-19 11:07:37 +0800
commitc30d35c6639839c9192f03846c780f9f4f78d666 (patch)
tree4d97bd61f0da52b1a021144b297171093c39dfba
parent42e56bfb32de04f1dc9debfae91c934b2479cddf (diff)
downloadaur-c30d35c6639839c9192f03846c780f9f4f78d666.tar.gz
Remove i686 from arch=()
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b14cfb11201a..e51d833745b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Tue Dec 19 02:27:58 UTC 2017
+# Tue Dec 19 03:07:32 UTC 2017
pkgbase = texmacs-svn
pkgdesc = Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor and CAS-interface.
pkgver = 20171215.10945
pkgrel = 1
url = http://www.texmacs.org/
- arch = i686
arch = x86_64
license = GPL
makedepends = ghostscript
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)
}