summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVincent Grande2020-12-11 13:00:18 -0500
committerVincent Grande2020-12-11 13:00:18 -0500
commit3380cd6f3622d20b7341ee7be66e3c02eb3f1209 (patch)
tree3e829aaf1ce3502195559a685ec739783d7f9f8d /PKGBUILD
parent415097f9bd8b7f1cf67fbb412af4fbfdc452889d (diff)
downloadaur-3380cd6f3622d20b7341ee7be66e3c02eb3f1209.tar.gz
add yodl
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98540674177c..0fef4a0109db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=1
arch=('i686' 'x86_64')
url='http://www.zsh.org/'
license=('custom')
-makedepends=('git' 'pcre' 'libcap' 'gdbm')
+makedepends=('git' 'pcre' 'libcap' 'gdbm' 'yodl')
source=('zsh::git://git.code.sf.net/p/zsh/code'
'zprofile')
md5sums=('SKIP'
@@ -101,7 +101,7 @@ package_zsh-minimal-git() {
}
package_zsh-doc-minimal-git() {
- pkgdesc='Info, HTML and PDF format of the ZSH documentation'
+ pkgdesc='ZSH documentation'
conflicts=('zsh-doc')
provides=('zsh-doc')