summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYichao Zhou2023-07-09 19:25:34 -0700
committerYichao Zhou2023-07-09 19:25:34 -0700
commit6f7bf16363af4db1ce8887e3017192c0ba18812b (patch)
tree31e1ede01f02b825e888624f6f1e890c8f4a7841
parentaaeac5097acc42fbcd8e9b863ee81371901d18e6 (diff)
downloadaur-6f7bf16363af4db1ce8887e3017192c0ba18812b.tar.gz
Use texlive group
-rw-r--r--.SRCINFO24
-rw-r--r--PKGBUILD4
2 files changed, 24 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2301540e53d2..8dab4d03f37b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,11 +10,31 @@ pkgbase = texlive-installer
depends = xz
optdepends = tk
provides = texlive-core
- provides = texlive-basic
provides = texlive-bin
provides = texlive-htmlxml
- provides = texlive-latexrecommended
provides = texlive-formatsextra=2023
+ provides = texlive-basic
+ provides = texlive-bibtexextra
+ provides = texlive-binextra
+ provides = texlive-context
+ provides = texlive-fontsextra
+ provides = texlive-fontsrecommended
+ provides = texlive-fontutils
+ provides = texlive-formatsextra
+ provides = texlive-games
+ provides = texlive-humanities
+ provides = texlive-latex
+ provides = texlive-latexextra
+ provides = texlive-latexrecommended
+ provides = texlive-luatex
+ provides = texlive-mathscience
+ provides = texlive-metapost
+ provides = texlive-music
+ provides = texlive-pictures
+ provides = texlive-plaingeneric
+ provides = texlive-pstricks
+ provides = texlive-publishers
+ provides = texlive-xetex
provides = texlive-langarabic
provides = texlive-langchinese
provides = texlive-langcjk
diff --git a/PKGBUILD b/PKGBUILD
index e9b9d47ef5e3..6f5c1a5456e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: gothicVI <sebastian [dot] steinbeisser [at] googlemail [dot] com>
pkgname=texlive-installer
pkgver=2023
-pkgrel=5
+pkgrel=6
pkgdesc="This packages provides the installer of texlive. It also tricks Arch into thinking it has its texlive packages installed."
url="http://www.tug.org/texlive/"
arch=('any')
@@ -11,7 +11,7 @@ depends=('wget' 'xz')
optdepends=(tk)
makedepends=()
replaces=()
-provides=('texlive-core' 'texlive-basic' 'texlive-bin' 'texlive-htmlxml' 'texlive-latexrecommended' "texlive-formatsextra=${pkgver}" $(pacman -Sgq texlive-lang))
+provides=('texlive-core' 'texlive-bin' 'texlive-htmlxml' "texlive-formatsextra=${pkgver}" $(pacman -Sgq texlive texlive-lang))
source=("http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz")
md5sums=('SKIP')
install="${pkgname}".install