diff options
Diffstat (limited to 'extra/claws-mail/PKGBUILD')
-rw-r--r-- | extra/claws-mail/PKGBUILD | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/extra/claws-mail/PKGBUILD b/extra/claws-mail/PKGBUILD index a85c8b939..c2dc3040a 100644 --- a/extra/claws-mail/PKGBUILD +++ b/extra/claws-mail/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 161800 2012-06-14 15:33:46Z andyrtr $ +# $Id: PKGBUILD 162656 2012-06-27 15:37:01Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> pkgname=claws-mail -pkgver=3.8.0 -pkgrel=3 +pkgver=3.8.1 +pkgrel=1 pkgdesc="A GTK+ based e-mail client." arch=('i686' 'x86_64') license=('GPL3') @@ -19,14 +19,10 @@ replaces=('sylpheed-claws') provides=('claws') options=(!libtool) install=claws-mail.install -source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2 - buildfix_gnutls3.diff) -md5sums=('df9f1657d7f34959a2205344d952c2e3' - '0c0956755ddcec939d916af35310ee3f') - +source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2) +md5sums=('d388929fb1c8f04d4bcb2139faaf9e70') build() { cd ${srcdir}/${pkgname}-${pkgver} - patch -Np0 -i ${srcdir}/buildfix_gnutls3.diff sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py |