Date: Sunday, April 24, 2022 @ 09:21:38
  Author: pierre
Revision: 443864

FS#48992: Fix paths within documentation

Modified:
  zsh/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-04-24 06:20:37 UTC (rev 443863)
+++ PKGBUILD    2022-04-24 09:21:38 UTC (rev 443864)
@@ -3,11 +3,11 @@
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
 pkgver=5.8.1
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='https://www.zsh.org/'
 license=('custom')
-makedepends=('pcre' 'libcap' 'gdbm')
+makedepends=('pcre' 'libcap' 'gdbm' 'yodl')
 source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
         'zprofile')
 
sha512sums=('f54a5a47ed15d134902613f6169c985680afc45a67538505e11b66b348fcb367145e9b8ae2d9eac185e07ef5f97254b85df01ba97294002a8c036fd02ed5e76d'
@@ -34,6 +34,9 @@
                sed "s#\s*Completion/$_fpath/\*/\*##g" -i Src/Zle/complete.mdd
        done
        rm Completion/Linux/Command/_pkgtool
+
+       # force generation of documentation with correct paths
+       rm Doc/version.yo
 }
 
 build() {

Reply via email to