summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Grande2020-12-11 13:00:18 -0500
committerVincent Grande2020-12-11 13:00:18 -0500
commit3380cd6f3622d20b7341ee7be66e3c02eb3f1209 (patch)
tree3e829aaf1ce3502195559a685ec739783d7f9f8d
parent415097f9bd8b7f1cf67fbb412af4fbfdc452889d (diff)
downloadaur-zsh-minimal-git.tar.gz
add yodl
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 729909c035c2..918bf13d08f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = zsh-minimal-git
makedepends = pcre
makedepends = libcap
makedepends = gdbm
+ makedepends = yodl
source = zsh::git://git.code.sf.net/p/zsh/code
source = zprofile
md5sums = SKIP
@@ -25,7 +26,7 @@ pkgname = zsh-minimal-git
backup = etc/zsh/zprofile
pkgname = zsh-doc-minimal-git
- pkgdesc = Info, HTML and PDF format of the ZSH documentation
+ pkgdesc = ZSH documentation
provides = zsh-doc
conflicts = zsh-doc
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')