diff options
Diffstat (limited to 'nonprism/evolution-data-server-nonprism')
-rw-r--r-- | nonprism/evolution-data-server-nonprism/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/nonprism/evolution-data-server-nonprism/PKGBUILD b/nonprism/evolution-data-server-nonprism/PKGBUILD index a84fbf135..f8e78ee1a 100644 --- a/nonprism/evolution-data-server-nonprism/PKGBUILD +++ b/nonprism/evolution-data-server-nonprism/PKGBUILD @@ -1,15 +1,14 @@ -# $Id: PKGBUILD 196433 2013-10-13 19:19:09Z heftig $ +# $Id: PKGBUILD 201344 2013-12-09 08:01:08Z heftig $ # Maintainer: Jan de Groot <jgc@archlinux.org> _pkgname=evolution-data-server pkgname=evolution-data-server-nonprism -pkgver=3.10.1 +pkgver=3.10.3 pkgrel=1 pkgdesc="Centralized access to appointments and contacts, without libgdata support" arch=(i686 x86_64) -depends=(gnome-online-accounts nss krb5 libgweather libical db gcr libsoup) +depends=(gnome-online-accounts nss krb5 libgweather libical db) makedepends=(intltool gperf gobject-introspection vala python2) -options=('!libtool') install=$_pkgname.install url="http://www.gnome.org" license=(GPL) @@ -17,7 +16,7 @@ replaces=("$_pkgname" 'evolution-data-server-coherence') conflicts=$_pkgname provides=$_pkgname=$pkgver source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz) -sha256sums=('a6b5acbd21767b685d58ebfd4c152baa693387f5654fb738b3645ee39e82f9f5') +sha256sums=('41af5c658255230de47423fad73f19bfab15b9e0df80141b13f66b55bf295bd2') build() { cd "$_pkgname-$pkgver" |