diff --git a/repos/extra-x86_64/PKGBUILD b/repos/extra-x86_64/PKGBUILD index c9d8b1e..9655fc9 100644 --- a/repos/extra-x86_64/PKGBUILD +++ b/repos/extra-x86_64/PKGBUILD @@ -7,7 +7,7 @@ pkgrel=1 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=('96198ecef498b7d7945fecebbe6bf14065fa8c5d81a7662164579eba8206b79575812d292adea1864bc7487ac0818ba900e25f9ab3802449340de80417c2c533' @@ -34,6 +34,7 @@ prepare() { sed "s#\s*Completion/$_fpath/\*/\*##g" -i Src/Zle/complete.mdd done rm Completion/Linux/Command/_pkgtool + rm Doc/version.yo } build() {