summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYichao Zhou2023-04-18 11:15:33 -0700
committerYichao Zhou2023-04-18 11:15:33 -0700
commit3f38c5311d26e76a0851c35ddae4bc365ba66380 (patch)
tree726a41b01b28e9fa23aae15deb0b15ef573af12c
parentb3877962e09317f9c94af13cb86d962603a28e53 (diff)
downloadaur-3f38c5311d26e76a0851c35ddae4bc365ba66380.tar.gz
Add suggestions
-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