summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYichao Zhou2023-07-09 19:14:40 -0700
committerYichao Zhou2023-07-09 19:14:40 -0700
commitaaeac5097acc42fbcd8e9b863ee81371901d18e6 (patch)
treed465fb1e3b797e52ddfbe0b7d58fca8aa4ed7cd9
parent0b075bd6b9bc09e6c6f2bde510413d98e8cdd574 (diff)
downloadaur-aaeac5097acc42fbcd8e9b863ee81371901d18e6.tar.gz
Address feedback
-rw-r--r--.SRCINFO29
-rw-r--r--PKGBUILD4
2 files changed, 17 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51847d13768a..2301540e53d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = texlive-installer
pkgdesc = This packages provides the installer of texlive. It also tricks Arch into thinking it has its texlive packages installed.
pkgver = 2023
- pkgrel = 4
+ pkgrel = 5
url = http://www.tug.org/texlive/
install = texlive-installer.install
arch = any
@@ -9,28 +9,29 @@ pkgbase = texlive-installer
depends = wget
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-bibtexextra
- provides = texlive-core
- provides = texlive-fontsextra
- provides = texlive-formatsextra
- provides = texlive-games
- provides = texlive-humanities
- provides = texlive-latexextra
- provides = texlive-music
- provides = texlive-pictures
- provides = texlive-pstricks
- provides = texlive-publishers
- provides = texlive-science
+ provides = texlive-langarabic
provides = texlive-langchinese
+ provides = texlive-langcjk
provides = texlive-langcyrillic
- provides = texlive-langextra
+ provides = texlive-langczechslovak
+ provides = texlive-langenglish
+ provides = texlive-langeuropean
+ provides = texlive-langfrench
+ provides = texlive-langgerman
provides = texlive-langgreek
+ provides = texlive-langitalian
provides = texlive-langjapanese
provides = texlive-langkorean
+ provides = texlive-langother
+ provides = texlive-langpolish
+ provides = texlive-langportuguese
+ provides = texlive-langspanish
source = http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 61729276046d..e9b9d47ef5e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: gothicVI <sebastian [dot] steinbeisser [at] googlemail [dot] com>
pkgname=texlive-installer
pkgver=2023
-pkgrel=4
+pkgrel=5
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-basic' 'texlive-bin' 'texlive-htmlxml' "texlive-formatsextra=${pkgver}" $(pacman -Sgq texlive-most texlive-lang))
+provides=('texlive-core' 'texlive-basic' 'texlive-bin' 'texlive-htmlxml' 'texlive-latexrecommended' "texlive-formatsextra=${pkgver}" $(pacman -Sgq texlive-lang))
source=("http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz")
md5sums=('SKIP')
install="${pkgname}".install