summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexander Blinne2019-10-23 10:49:56 +0200
committerAlexander Blinne2019-10-23 10:49:56 +0200
commit0d8c6514d5482c923e8d6e65989413e616443776 (patch)
treeae852d86468f0813288a46b7e029e6ce6a39a747 /PKGBUILD
parent1c708b52f82e429d3edf3274d28bcaf4bebe11a1 (diff)
downloadaur-0d8c6514d5482c923e8d6e65989413e616443776.tar.gz
Applied patch #1 by ccorn
* Remove texlive-most-doc.install: Obsoleted by: texlive-core /usr/share/libalpm/hooks/mktexlsr.hook * Change optdepends on texlive-bin to texlive-core for the mktexlsr.hook and (some of) the documented packages * Add conflicts=(texlive-tlpdb)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 001aa8b9714a..d5c3704aee64 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# original code by Sunday87: https://bbs.archlinux.org/viewtopic.php?pid=1253365#p1253365
pkgname=texlive-most-doc
-pkgver=20191007
+pkgver=20191023
pkgrel=1
pkgdesc="Most TeXLive documentation"
url="http://tug.org/texlive/"
arch=('any')
license=('unknown')
-optdepends=('texlive-bin: The texdoc program and some more documentation')
+optdepends=('texlive-core: texdoc, mktexlsr hook, and many packages documented here')
makedepends=('rsync')
-install='texlive-most-doc.install'
+conflicts=(texlive-tlpdb)
options=('!strip' '!purge')
pkgver() {