diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,20 +1,25 @@ -# Maintainer: neersighted <n@neersighted.com> +# Maintainer: Johannes Löthberg <johannes@kyriasis.com> +# Contributor: neersighted <n@neersighted.com> # Contributor: boyska <piuttosto@logorroici.org> pkgname=mutt-kz-git pkgver=git pkgrel=1 + pkgdesc='Small but powerful text-based mail client' +arch=('i686' 'x86_64') url='https://github.com/karelzak/mutt-kz' license=('GPL') + source=('git+https://github.com/karelzak/mutt-kz.git' 'xdg.patch' 'trash.patch::https://www.cs.oberlin.edu/~kuperman/help/code/patch-1.5.20.bk.trash_folder-purge_message.1.txt') sha1sums=('SKIP' '8cbae5a7ade3812cbdcb8a8dfabb29b042b7296a' 'b63fe4e7ea2a113819558862be1387364ec24213') -arch=('i686' 'x86_64') + depends=('gdbm' 'gpgme' 'openssl>=0.9.8e' 'libsasl' 'mime-types' 'ncurses' 'notmuch' 'zlib') makedepends=('git' 'gnupg' 'libxslt') + conflicts=('mutt') provides=('mutt') |