summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYichao Zhou2018-11-08 14:36:24 -0800
committerYichao Zhou2018-11-08 14:36:24 -0800
commit7523990cfe96d740d98f01873720940dae651cdf (patch)
treecada62fcfdf4af832a757d5e5b21b84557680114
parentae184641bf0bf70b6c9cfd1f334a0dda2c664a60 (diff)
downloadaur-7523990cfe96d740d98f01873720940dae651cdf.tar.gz
add texlive-htmlxml
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8d1cbd4f3cb..e22d20cd1a88 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 = 2018
- pkgrel = 0
+ pkgrel = 1
url = http://www.tug.org/texlive/
install = texlive-installer.install
arch = any
@@ -9,6 +9,7 @@ pkgbase = texlive-installer
depends = wget
depends = xz
provides = texlive-bin
+ provides = texlive-htmlxml
provides = texlive-bibtexextra
provides = texlive-core
provides = texlive-fontsextra
@@ -28,6 +29,7 @@ pkgbase = texlive-installer
provides = texlive-langjapanese
provides = texlive-langkorean
conflicts = texlive-bin
+ conflicts = texlive-htmlxml
conflicts = texlive-bibtexextra
conflicts = texlive-core
conflicts = texlive-fontsextra
diff --git a/PKGBUILD b/PKGBUILD
index a8a46840f13a..212d473cc5de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Yichao Zhou <broken.zhou@gmail.com>
pkgname=texlive-installer
pkgver=2018
-pkgrel=0
+pkgrel=1
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')
@@ -10,8 +10,8 @@ depends=('wget' 'xz')
optdepends=()
makedepends=()
replaces=()
-conflicts=('texlive-bin' $(pacman -Sgq texlive-most texlive-lang))
-provides=('texlive-bin' $(pacman -Sgq texlive-most texlive-lang))
+conflicts=('texlive-bin' 'texlive-htmlxml' $(pacman -Sgq texlive-most texlive-lang))
+provides=('texlive-bin' 'texlive-htmlxml' $(pacman -Sgq texlive-most texlive-lang))
source=("http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz")
md5sums=('SKIP')
install=${pkgname}.install