diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2014-03-29 13:04:01 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-06-01 16:03:40 +0200 |
commit | 18940284076403e86691e658502f7a715743f335 (patch) | |
tree | c75418c97efde049ce2a6c06b16ca85bf7775004 /PKGBUILD | |
parent | 551a3010fb58c4be7c5b1777a3a9df25894f798c (diff) | |
download | pkgbuilds-18940284076403e86691e658502f7a715743f335.tar.xz |
mutt-kz-git: Minor touchups, changed maintainer.
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') |