aboutsummaryrefslogtreecommitdiffstats
path: root/testing/texlive/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-06-09 20:43:50 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-06-09 20:43:50 +0200
commit9b0ffa0c0a46ea1ac81f1d94008fb157687f215b (patch)
tree7e02488c477cf6aa93068b6f54be05506fdceefa /testing/texlive/APKBUILD
parentb786b24d54d703291209b0defac46da8d0b5d6cb (diff)
testing/texlive: build with biber
Requested by albap. Biber is a more modern backend for references in LaTeX.
Diffstat (limited to 'testing/texlive/APKBUILD')
-rw-r--r--testing/texlive/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/texlive/APKBUILD b/testing/texlive/APKBUILD
index e975ae6fc80..1fef794d3f4 100644
--- a/testing/texlive/APKBUILD
+++ b/testing/texlive/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=texlive
pkgver=20160523
-pkgrel=0
+pkgrel=1
pkgdesc="Comprehensive TeX document production system"
url="http://tug.org/texlive/"
arch="all"
@@ -44,6 +44,7 @@ build() {
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--localstatedir=/var \
+ --enable-biber \
--enable-epsfwin \
--enable-ipc \
--enable-luatex \
@@ -53,7 +54,6 @@ build() {
--enable-tektronixwin \
--enable-unitermwin \
--enable-xetex \
- --disable-biber \
--disable-bibtex-x \
--disable-chktex \
--disable-cjkutils \