aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-03-29 13:04:01 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:40 +0200
commit18940284076403e86691e658502f7a715743f335 (patch)
treec75418c97efde049ce2a6c06b16ca85bf7775004
parent551a3010fb58c4be7c5b1777a3a9df25894f798c (diff)
downloadpkgbuilds-18940284076403e86691e658502f7a715743f335.tar.xz
mutt-kz-git: Minor touchups, changed maintainer.
-rw-r--r--PKGBUILD9
1 files changed, 7 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 869b9a8..49aff3e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')