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 | |
parent | 73d450341e0e429148d4625fcb8ac44cdc12ad69 (diff) | |
download | pkgbuilds-7838a01ce0c90990104c5c4507689b0f297bbc07.tar.xz |
mutt-kz-git: Add notmuch-runtime dependency
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,5 +1,5 @@ # Generated by makepkg 4.2.1 -# Mon Jun 1 15:02:31 UTC 2015 +# Mon Jun 1 15:02:32 UTC 2015 pkgbase = mutt-kz-git pkgdesc = Small but powerful text-based mail client pkgver = 1.5.23.1.rc1.r1.gfbca882 @@ -13,13 +13,13 @@ pkgbase = mutt-kz-git makedepends = libxslt depends = gdbm depends = gpgme - depends = openssl>=0.9.8e + depends = openssl depends = libsasl depends = libidn depends = mime-types depends = ncurses - depends = notmuch depends = zlib + depends = notmuch-runtime provides = mutt conflicts = mutt source = git+https://github.com/karelzak/mutt-kz.git @@ -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') |