diff options
author | root <root@rshg054.dnsready.net> | 2011-08-29 23:14:40 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-08-29 23:14:40 +0000 |
commit | e13fbaf2cbb72b7e8c8278ea94b70dd4a8ce48b2 (patch) | |
tree | 570e875c44f8d4d5ca7813d745f3ab5674fd3d4f /extra/claws-mail/PKGBUILD | |
parent | 57fc7b041fcd8bc73a40cd31d3b80bed779e79fe (diff) |
Mon Aug 29 23:14:40 UTC 2011
Diffstat (limited to 'extra/claws-mail/PKGBUILD')
-rw-r--r-- | extra/claws-mail/PKGBUILD | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/extra/claws-mail/PKGBUILD b/extra/claws-mail/PKGBUILD index 2138dbbb9..2b68bab55 100644 --- a/extra/claws-mail/PKGBUILD +++ b/extra/claws-mail/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 135774 2011-08-18 15:03:56Z andyrtr $ +# $Id: PKGBUILD 136387 2011-08-28 17:30:31Z andyrtr $ # Maintainer: Andreas Radke <andyrtr@archlinux.org> pkgname=claws-mail -pkgver=3.7.9 -pkgrel=5 +pkgver=3.7.10 +pkgrel=1 pkgdesc="A GTK+ based e-mail client." arch=('i686' 'x86_64') license=('GPL3') @@ -14,21 +14,17 @@ makedepends=('compface' 'spamassassin' 'bogofilter' 'valgrind') optdepends=('python2: needed for some tools' 'perl: needed for some tools' 'spamassassin: adds support for spamfiltering' - 'bogofilter: adds support for spamfiltering' - 'html2ps: AUR pkg - adds support for printing html mails together with html plugins') + 'bogofilter: adds support for spamfiltering') replaces=('sylpheed-claws') provides=('claws') options=(!libtool) install=claws-mail.install -source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2 - claws-notify-crash.patch) -md5sums=('2f9d2dcabf84e312cfeb56efa799b5b3' - '9a2903449f679344b5f5f51c91825b45') +source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2) +md5sums=('fcf58dcff52f0908ff3bc368d820408b') build() { cd ${srcdir}/${pkgname}-${pkgver} - patch -Np0 -i $srcdir/claws-notify-crash.patch sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py ./configure --prefix=/usr --disable-static \ |