summaryrefslogtreecommitdiff
path: root/community/sylpheed
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-07-01 00:03:50 +0000
committerroot <root@rshg054.dnsready.net>2012-07-01 00:03:50 +0000
commit55f2d1ab0ab1bd2f7c8c7c5cefeb45f7c457a5d9 (patch)
tree2225c1ac4218dd287787d4a4c8ec8ceaced09067 /community/sylpheed
parent3025740c981e5acc29f25b400bc93046776d7008 (diff)
Sun Jul 1 00:03:50 UTC 2012
Diffstat (limited to 'community/sylpheed')
-rw-r--r--community/sylpheed/PKGBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/community/sylpheed/PKGBUILD b/community/sylpheed/PKGBUILD
index e9bb68bf9..46feb657f 100644
--- a/community/sylpheed/PKGBUILD
+++ b/community/sylpheed/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 71851 2012-06-02 10:42:33Z speps $
+# $Id: PKGBUILD 73041 2012-06-29 12:56:08Z speps $
# Maintainer: speps <speps at aur dot archlinux dot org>
# Contributor: Alexander Fehr <pizzapunk gmail com>
# Contributor: dorphell <dorphell@archlinux.org>
pkgname=sylpheed
-pkgver=3.1.4
+pkgver=3.2.0
pkgrel=1
pkgdesc="Lightweight and user-friendly e-mail client"
arch=('i686' 'x86_64')
@@ -14,15 +14,11 @@ depends=('gpgme' 'gtkspell' 'desktop-file-utils')
makedepends=('compface' 'openssl')
options=('!libtool')
install="$pkgname.install"
-source=("http://sylpheed.sraoss.jp/$pkgname/v3.1/$pkgname-$pkgver.tar.bz2")
-md5sums=('4e0e41f05607e5c2542a7dfd166aee77')
+source=("http://sylpheed.sraoss.jp/$pkgname/v3.2/$pkgname-$pkgver.tar.bz2")
+md5sums=('bbb691cf2bb11f84b329e68b58a62918')
build() {
cd "$srcdir/$pkgname-$pkgver"
-
- # glib2 fix
- sed -i 's/glibconfig/glib/' libsylph/defs.h
-
./configure --prefix=/usr \
--enable-ldap
make