summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Phillips2017-06-01 13:10:59 +1200
committerDavid Phillips2017-06-01 13:10:59 +1200
commita83d9fc3d06daf1e2946f471e03e68202a94cf5a (patch)
tree54a15585a6704f823a4f00b7f287dee75fcf92b4 /PKGBUILD
parent3d8d8658776127495fbc50581e7dcb69806e29ff (diff)
downloadaur-a83d9fc3d06daf1e2946f471e03e68202a94cf5a.tar.gz
Bump version, remove attachment patch
Patch no longer applied cleanly and pstream wiki provides other methods to provide similar behaviour
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD21
1 files changed, 8 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a61937e0bc7..18bc512d6fbe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@
# Contributor: Tom Vincent <http://www.tlvince.com/contact/>
pkgname=mutt-kiss
-pkgver=1.6.1
+pkgver=1.8.2
pkgrel=1
-pkgdesc="Small but very powerful text-based mail client. Sans POP/IMAP/SMTP/SSL, with forgotten attachments patch."
+pkgdesc="Small but very powerful text-based mail client. Sans POP/IMAP/SMTP/SSL"
arch=('i686' 'x86_64')
url="http://www.mutt.org/"
license=('GPL')
@@ -14,17 +14,8 @@ provides=('mutt')
conflicts=('mutt')
backup=('etc/Muttrc')
install=$pkgname.install
-source=("https://bitbucket.org/mutt/mutt/downloads/mutt-$pkgver.tar.gz"
- "mutt-attach.patch")
-sha1sums=('ff1c76209a5c299018fc72b9e2e1ab98bf5138dd'
- '94da52d50508d8951aa78ca4b073023414866be1')
-
-prepare() {
- cd "$srcdir/mutt-$pkgver"
-
- # Forgotten attachment detector
- patch -p1 -i ../mutt-attach.patch
-}
+source=("https://bitbucket.org/mutt/mutt/downloads/mutt-$pkgver.tar.gz")
+sha1sums=('bdac1201de464d63f61a663f3dcf1ee4484dbbb3')
build() {
cd "$srcdir/mutt-$pkgver"
@@ -36,6 +27,10 @@ build() {
--enable-hcache \
--with-curses=/usr \
--with-regex \
+ --disable-pop \
+ --disable-imap \
+ --disable-smtp \
+ --enable-sidebar \
--with-idn \
make