summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangjiezhe2017-12-19 10:28:03 +0800
committerwangjiezhe2017-12-19 10:28:03 +0800
commit42e56bfb32de04f1dc9debfae91c934b2479cddf (patch)
tree893eb8169aa06d426f72c436a7fdd0cb2d2e9f8a
parent49e153def2b22d63857bd75d5ab4bc867c3ae990 (diff)
downloadaur-42e56bfb32de04f1dc9debfae91c934b2479cddf.tar.gz
texmacs-svn 20171215.10945-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6371b96b9333..b14cfb11201a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Nov 6 16:25:17 UTC 2017
+# Tue Dec 19 02:27:58 UTC 2017
pkgbase = texmacs-svn
pkgdesc = Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor and CAS-interface.
- pkgver = 20171103.10882
+ pkgver = 20171215.10945
pkgrel = 1
url = http://www.texmacs.org/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 3911dd1567c7..76f7e13d44d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=texmacs-svn
_pkgname=texmacs
-pkgver=20171103.10882
+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')
@@ -62,7 +62,7 @@ build() {
--libexecdir=/usr/lib \
--with-guile="guile-config1.8" \
--with-qt=/usr/lib/qt4/bin \
- LIBS="-ldl"
+ LIBS="-ldl" CC="gcc" CXX="c++"
make -j$(nproc)
}