diff options
Diffstat (limited to 'extra/evolution/PKGBUILD')
-rw-r--r-- | extra/evolution/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/evolution/PKGBUILD b/extra/evolution/PKGBUILD index 9b4e30122..0f9db43df 100644 --- a/extra/evolution/PKGBUILD +++ b/extra/evolution/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 196033 2013-10-07 11:50:47Z jgc $ +# $Id: PKGBUILD 197939 2013-10-30 11:48:04Z allan $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=evolution -pkgver=3.10.0 +pkgver=3.10.1 pkgrel=1 pkgdesc="Manage your email, contacts and schedule" arch=('i686' 'x86_64' 'mips64el') @@ -15,11 +15,11 @@ optdepends=('bogofilter: possible junk filter plugin' 'spamassassin: possible junk filter plugin' 'highlight: text highlight plugin') groups=('gnome-extra') -options=('!libtool' '!emptydirs') +options=('!emptydirs') install=evolution.install url=http://www.gnome.org/projects/evolution/ source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('e64fabc07e1126b80ef8354411d8232aee6e45cfece040a99d494d77df040064') +sha256sums=('da1aacab365f27feed74cb89d03c2f4847fef7c5370d0fd84b04ab24ada83546') build() { cd $pkgname-$pkgver |