summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsukanka2022-11-01 08:12:10 +0800
committersukanka2022-11-01 08:12:10 +0800
commitc5366d11a54d8319ff584a8198a4f689b75f2aa2 (patch)
tree1284b27e2b29135c1af45d255d3ce33d3cc37704
parent2c3685014a63668ef6a1788be39480fabcf69639 (diff)
downloadaur-c5366d11a54d8319ff584a8198a4f689b75f2aa2.tar.gz
revert provides and conflicts
-rw-r--r--.SRCINFO30
-rw-r--r--PKGBUILD19
2 files changed, 37 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96785c128b0c..3662dae4db4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = texlive-full
pkgdesc = This packages provides texlive-full in /opt. It also tricks ArchLinux into thinking it has its texlive packages installed.
- pkgver = 2022.20221030
+ pkgver = 2022.20221031
pkgrel = 1
epoch = 1
url = http://www.tug.org/texlive/
@@ -13,7 +13,18 @@ pkgbase = texlive-full
provides = psutils
provides = t1utils
provides = texlive-bin
- provides = texlive-most
+ 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-langchinese
provides = texlive-langcyrillic
provides = texlive-langextra
@@ -27,7 +38,18 @@ pkgbase = texlive-full
conflicts = psutils
conflicts = t1utils
conflicts = texlive-bin
- conflicts = texlive-most
+ conflicts = texlive-bibtexextra
+ conflicts = texlive-core
+ conflicts = texlive-fontsextra
+ conflicts = texlive-formatsextra
+ conflicts = texlive-games
+ conflicts = texlive-humanities
+ conflicts = texlive-latexextra
+ conflicts = texlive-music
+ conflicts = texlive-pictures
+ conflicts = texlive-pstricks
+ conflicts = texlive-publishers
+ conflicts = texlive-science
conflicts = texlive-langchinese
conflicts = texlive-langcyrillic
conflicts = texlive-langextra
@@ -36,7 +58,7 @@ pkgbase = texlive-full
conflicts = texlive-langkorean
conflicts = texlive-htmlxml
options = !strip
- source = install-tl-unx-2022.20221030.tar.gz::https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
+ source = install-tl-unx-2022.20221031.tar.gz::https://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz
source = LICENSE.TL::http://texlive.tug.org/texlive/LICENSE.TL
sha256sums = SKIP
sha256sums = e8f070b2d1a9bad00af9d6cb94e687f2120591d092c8dab8727249b70adc96d0
diff --git a/PKGBUILD b/PKGBUILD
index 7609cf7c8092..843a9951a461 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Butui Hu <hot123tea123@gmail.com>
pkgname=texlive-full
-pkgver=2022.20221030
+pkgver=2022.20221031
pkgrel=1
epoch=1
pkgdesc="This packages provides texlive-full in /opt. It also tricks ArchLinux into thinking it has its texlive packages installed."
@@ -12,18 +12,21 @@ license=('custom')
makedepends=('rsync')
depends=('libxcrypt-compat')
provides=('asymptote' 'git-latexdiff' 'psutils' 't1utils'
-'texlive-bin' 'texlive-most'
-# texlive-most contains
-# 'texlive-bibtexextra' 'texlive-core' 'texlive-fontsextra'
-# 'texlive-formatsextra' 'texlive-games' 'texlive-humanities' 'texlive-latexextra'
-# 'texlive-music' 'texlive-pictures' 'texlive-pstricks' 'texlive-publishers'
-# 'texlive-science'
+'texlive-bin'
+'texlive-bibtexextra' 'texlive-core' 'texlive-fontsextra'
+'texlive-formatsextra' 'texlive-games' 'texlive-humanities' 'texlive-latexextra'
+'texlive-music' 'texlive-pictures' 'texlive-pstricks' 'texlive-publishers'
+'texlive-science'
#
# 'haskell-citeproc' is not provided, only citeproc-lua is provided.
'texlive-langchinese' 'texlive-langcyrillic' 'texlive-langextra'
'texlive-langgreek' 'texlive-langjapanese' 'texlive-langkorean' 'texlive-htmlxml')
conflicts=('asymptote' 'git-latexdiff' 'haskell-citeproc' 'psutils' 't1utils'
-'texlive-bin' 'texlive-most'
+'texlive-bin'
+'texlive-bibtexextra' 'texlive-core' 'texlive-fontsextra'
+'texlive-formatsextra' 'texlive-games' 'texlive-humanities' 'texlive-latexextra'
+'texlive-music' 'texlive-pictures' 'texlive-pstricks' 'texlive-publishers'
+'texlive-science'
'texlive-langchinese' 'texlive-langcyrillic' 'texlive-langextra'
'texlive-langgreek' 'texlive-langjapanese' 'texlive-langkorean' 'texlive-htmlxml'
)