summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 401ea062d643..c877b92e42c9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
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 = 1
+ pkgrel = 2
url = http://www.tug.org/texlive/
install = texlive-installer.install
arch = any
license = GPL
depends = wget
depends = xz
+ optdepends = tk
provides = texlive-bin
provides = texlive-htmlxml
- provides = texlive-formatsextra=2022
+ provides = texlive-formatsextra=2023
provides = texlive-bibtexextra
provides = texlive-core
provides = texlive-fontsextra
diff --git a/PKGBUILD b/PKGBUILD
index ed3657d7df17..8c36a5ab9dfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Yichao Zhou <broken.zhou@gmail.com>
pkgname=texlive-installer
pkgver=2023
-pkgrel=1
+pkgrel=2
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')
license=('GPL')
depends=('wget' 'xz')
-optdepends=()
+optdepends=(tk)
makedepends=()
replaces=()
-provides=('texlive-bin' 'texlive-htmlxml' 'texlive-formatsextra=2022' $(pacman -Sgq texlive-most texlive-lang))
+provides=('texlive-bin' 'texlive-htmlxml' "texlive-formatsextra=${pkgver}" $(pacman -Sgq texlive-most texlive-lang))
source=("http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz")
md5sums=('SKIP')
install=${pkgname}.install