diff options
Diffstat (limited to 'extra/claws-mail/PKGBUILD')
-rw-r--r-- | extra/claws-mail/PKGBUILD | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/extra/claws-mail/PKGBUILD b/extra/claws-mail/PKGBUILD index da1602db0..3886ec90c 100644 --- a/extra/claws-mail/PKGBUILD +++ b/extra/claws-mail/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 168432 2012-10-11 16:05:02Z andyrtr $ +# $Id: PKGBUILD 168547 2012-10-13 11:00:14Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> pkgname=claws-mail pkgver=3.8.1 -pkgrel=2 +pkgrel=3 pkgdesc="A GTK+ based e-mail client." arch=('i686' 'x86_64') license=('GPL3') @@ -19,11 +19,17 @@ replaces=('sylpheed-claws') provides=('claws') options=(!libtool) install=claws-mail.install -source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2) -md5sums=('d388929fb1c8f04d4bcb2139faaf9e70') +source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2 + gnutls313.diff) +md5sums=('d388929fb1c8f04d4bcb2139faaf9e70' + '21bdc9d324f9424e0071bb73be169977') + build() { cd ${srcdir}/${pkgname}-${pkgver} - + + # fix a bug in gnutls cert check triggered since gnutls 3.1.3 update + patch -Np1 -i ${srcdir}/gnutls313.diff + sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py ./configure --prefix=/usr --disable-static \ |