diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-15 03:26:32 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-04-15 03:26:32 +0000 |
commit | ad45d1982b97faa9372d99e51daa687c7c09de7d (patch) | |
tree | af490221f2b733b8f0cf68f3898566d5049c3ab4 /extra/evolution/PKGBUILD | |
parent | 7c266ff5a9e1f533fd8bd8c2fbbcc05df350dcd3 (diff) |
Tue Apr 15 03:22:01 UTC 2014
Diffstat (limited to 'extra/evolution/PKGBUILD')
-rw-r--r-- | extra/evolution/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/evolution/PKGBUILD b/extra/evolution/PKGBUILD index 1ed07197d..11d478451 100644 --- a/extra/evolution/PKGBUILD +++ b/extra/evolution/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 205806 2014-02-10 12:27:30Z heftig $ +# $Id: PKGBUILD 210429 2014-04-14 20:06:05Z jgc $ # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com> # Contributor: Jan de Groot <jgc@archlinux.org> pkgname=evolution -pkgver=3.10.4 +pkgver=3.12.1 pkgrel=1 pkgdesc="Manage your email, contacts and schedule" arch=(i686 x86_64) license=(GPL) depends=(gnome-desktop evolution-data-server gtkhtml4 libcanberra libpst libytnef psmisc - desktop-file-utils hicolor-icon-theme dconf) + desktop-file-utils hicolor-icon-theme dconf gtkspell3) makedepends=(intltool itstool docbook-xsl networkmanager bogofilter spamassassin highlight) optdepends=('bogofilter: possible junk filter plugin' 'spamassassin: possible junk filter plugin' @@ -17,9 +17,9 @@ optdepends=('bogofilter: possible junk filter plugin' groups=('gnome-extra') options=('!emptydirs') install=evolution.install -url=http://www.gnome.org/projects/evolution/ +url=https://wiki.gnome.org/Apps/Evolution source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('ac60557f264f211e6a7bc0ced919041c154e4c7b9c79600516aee7acc1d03e40') +sha256sums=('a4b5058a82949e883956863d23fd65cd4e89d6a1fb18d4d35b3ddaf4464bf52a') build() { cd $pkgname-$pkgver |