summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Steinbeißer2023-06-18 21:31:57 +0200
committerSebastian Steinbeißer2023-06-18 21:36:23 +0200
commit0b075bd6b9bc09e6c6f2bde510413d98e8cdd574 (patch)
treef257c6f0f01eb36ea05f01b8762357ad561360e9
parent82b743009561c0f66b478a8a0ffcfd4ff6ec480d (diff)
downloadaur-0b075bd6b9bc09e6c6f2bde510413d98e8cdd574.tar.gz
Add 'texlive-basic' to the 'provides'
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 34a5c3f74598..51847d13768a 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 = 3
+ pkgrel = 4
url = http://www.tug.org/texlive/
install = texlive-installer.install
arch = any
@@ -9,6 +9,7 @@ pkgbase = texlive-installer
depends = wget
depends = xz
optdepends = tk
+ provides = texlive-basic
provides = texlive-bin
provides = texlive-htmlxml
provides = texlive-formatsextra=2023
diff --git a/PKGBUILD b/PKGBUILD
index 0ceb52f6051a..61729276046d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: gothicVI <sebastian [dot] steinbeisser [at] googlemail [dot] com>
pkgname=texlive-installer
pkgver=2023
-pkgrel=3
+pkgrel=4
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-bin' 'texlive-htmlxml' "texlive-formatsextra=${pkgver}" $(pacman -Sgq texlive-most texlive-lang))
+provides=('texlive-basic' '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