summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--texlive-most-doc.install11
3 files changed, 6 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56e7275fa694..96cc22f07c66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = texlive-most-doc
pkgdesc = Most TeXLive documentation
- pkgver = 20191007
+ pkgver = 20191023
pkgrel = 1
url = http://tug.org/texlive/
- install = texlive-most-doc.install
arch = any
license = unknown
makedepends = rsync
- optdepends = texlive-bin: The texdoc program and some more documentation
+ optdepends = texlive-core: texdoc, mktexlsr hook, and many packages documented here
+ conflicts = texlive-tlpdb
options = !strip
options = !purge
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() {
diff --git a/texlive-most-doc.install b/texlive-most-doc.install
deleted file mode 100644
index 78e0cf8426d3..000000000000
--- a/texlive-most-doc.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- texhash
-}
-
-post_remove() {
- texhash
-}
-
-post_upgrade() {
- texhash
-}