diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-24 15:09:39 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:46 +0200 |
commit | 7838a01ce0c90990104c5c4507689b0f297bbc07 (patch) | |
tree | 31e84c5185e462ddbbc3432c6bcbefaf3fc9ec98 /PKGBUILD | |
parent | 73d450341e0e429148d4625fcb8ac44cdc12ad69 (diff) | |
download | pkgbuilds-7838a01ce0c90990104c5c4507689b0f297bbc07.tar.xz |
mutt-kz-git: Add notmuch-runtime dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ url='https://github.com/karelzak/mutt-kz' arch=('i686' 'x86_64') license=('GPL') -depends=('gdbm' 'gpgme' 'openssl>=0.9.8e' 'libsasl' 'libidn' - 'mime-types' 'ncurses' 'notmuch' 'zlib') +depends=('gdbm' 'gpgme' 'openssl' 'libsasl' 'libidn' + 'mime-types' 'ncurses' 'zlib' 'notmuch-runtime') makedepends=('git' 'gnupg' 'libxslt') conflicts=('mutt') |