From fbb66f7357e04e6c0510a140614c0aa191cd51b0 Mon Sep 17 00:00:00 2001
From: Andreas Radke <andyrtr@archlinux.org>
Date: Mon, 20 Oct 2014 19:56:45 +0000
Subject: [PATCH] upstream update 3.11.0

---
 PKGBUILD | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index ce79e92..429eaab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Andreas Radke <andyrtr@archlinux.org>
 
 pkgname=claws-mail
-pkgver=3.10.1
+pkgver=3.11.0
 pkgrel=1
 pkgdesc="A GTK+ based e-mail client."
 arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('GPL3')
 url="http://www.claws-mail.org"
 depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 'compface'
          'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('spamassassin' 'bogofilter' 'valgrind' 
+makedepends=('spamassassin' 'bogofilter' 'valgrind' 'intltool'
              # dependencies for plugins
              'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk') 
              #'libchamplain' needed for geolocation plugin, disabled for now - most time it's not compatible with current gnome releases
@@ -34,7 +34,7 @@ conflicts=('claws-mail-extra-plugins')
 provides=('claws')
 install=claws-mail.install
 source=(http://downloads.sourceforge.net/sourceforge/claws-mail/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha1sums=('fff74eabee65b78dc842abf34819cc5dd9e7feca'
+sha1sums=('544e386f81a4a4f824dbffc52d74871dccdd46fa'
           'SKIP')
 
 build() {
@@ -53,6 +53,7 @@ build() {
     --enable-pgpmime-plugin \
     --enable-spamassassin-plugin \
     --enable-bogofilter-plugin \
+    --enable-appdata
     #--help
   make
 }
-- 
GitLab