summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwangjiezhe2016-05-28 10:31:17 +0800
committerwangjiezhe2016-05-28 10:31:17 +0800
commit0c6eabe78d3335805ba45a868b8fcf5f53253db3 (patch)
tree02bf7c86c85c46ca22a0e573db2072f51143067f /PKGBUILD
parent2930cceb7109823dcf67f22dfad19b2bcf2c0350 (diff)
downloadaur-0c6eabe78d3335805ba45a868b8fcf5f53253db3.tar.gz
texmacs-svn 20160528.10427-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e15d37ba12f..909d9dac6b2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=texmacs-svn
_pkgname=texmacs
-pkgver=20160523.10393
+pkgver=20160528.10427
pkgrel=1
pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG editor and CAS-interface."
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ makedepends=('ghostscript')
source=("${_pkgname}::svn://svn.savannah.gnu.org/texmacs/trunk/src"
"fix-m4.patch")
sha1sums=('SKIP'
- '03469130f6f9237130d1b76d64087f181857652b')
+ '4c081390ad66b7834a083100881a05463d8b32ad')
options=('!emptydirs' '!ccache')
provides=('texmacs')
conflicts=('texmacs')
@@ -68,7 +68,10 @@ build() {
./configure --prefix=/usr \
--mandir=/usr/share/man \
- --libexecdir=/usr/lib
+ --libexecdir=/usr/lib \
+ --with-cario \
+ --with-imlib2 \
+ --with-sqlite3
make -j8
}