summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2023-08-11 20:21:24 +0200
committerAndreas Grapentin <andreas@grapentin.org>2023-08-11 20:21:24 +0200
commit8d42f12e430c98f6fcba6757f57984834277b2f2 (patch)
treed04e33995a4ef66fbba758ab86262a2acd1f4b65
parent2a455384e3a3e5af02e68e225965c7885a2bc563 (diff)
texlive-bin: fixing conflict with dvisvgm
-rw-r--r--libre/texlive-bin/PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/libre/texlive-bin/PKGBUILD b/libre/texlive-bin/PKGBUILD
index 3113ccce8..4ef88b7cb 100644
--- a/libre/texlive-bin/PKGBUILD
+++ b/libre/texlive-bin/PKGBUILD
@@ -17,7 +17,7 @@
pkgname=('texlive-bin' 'libsynctex')
pkgver=2023.66539
pkgrel=1
-pkgrel+=.parabola1
+pkgrel+=.parabola2
license=('GPL')
arch=('x86_64')
arch+=('i686' 'armv7h')
@@ -71,6 +71,7 @@ build() {
--disable-psutils \
--disable-t1utils \
--disable-bibtexu \
+ --disable-dvisvgm \
--disable-xz \
--enable-shared \
--disable-static \