summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 027cc37cc948..493ae164f417 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,7 @@ pkgbase = bapctools-git
optdepends = pypy: for running python2 submissions with pypy,
optdepends = jdk11-openjdk: for running java submissions,
optdepends = kotlin: for running kotlin submissions,
- optdepends = texlive: for building problem statements,
+ optdepends = texlive-core: for building problem statements,
optdepends = texlive-latexextra: for building problem statements,
optdepends = texlive-pictures: for building problem statements,
optdepends = texlive-science: for building problem statements,
diff --git a/PKGBUILD b/PKGBUILD
index 3c76a46a130e..5a3b0e77bd68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ optdepends=('gcc: for compiling c++ sources',
'pypy: for running python2 submissions with pypy',
'jdk11-openjdk: for running java submissions',
'kotlin: for running kotlin submissions',
- 'texlive: for building problem statements',
+ 'texlive-core: for building problem statements',
'texlive-latexextra: for building problem statements',
'texlive-pictures: for building problem statements',
'texlive-science: for building problem statements',