diff options
Diffstat (limited to 'nonprism/evolution-data-server-nonprism')
-rw-r--r-- | nonprism/evolution-data-server-nonprism/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nonprism/evolution-data-server-nonprism/PKGBUILD b/nonprism/evolution-data-server-nonprism/PKGBUILD index 0ce7ceefd..e342eb6ff 100644 --- a/nonprism/evolution-data-server-nonprism/PKGBUILD +++ b/nonprism/evolution-data-server-nonprism/PKGBUILD @@ -1,22 +1,22 @@ -# $Id: PKGBUILD 205631 2014-02-10 09:46:35Z heftig $ +# $Id: PKGBUILD 210308 2014-04-14 07:16:01Z jgc $ # Maintainer: Jan de Groot <jgc@archlinux.org> _pkgname=evolution-data-server pkgname=evolution-data-server-nonprism -pkgver=3.10.4 +pkgver=3.12.1 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) makedepends=(intltool gperf gobject-introspection vala python2) install=$_pkgname.install -url="http://www.gnome.org" +url="https://wiki.gnome.org/Apps/Evolution" license=(GPL) 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=('5c2d5e19af19ecfa81f31306411ab6155c3c62cf407d5a5aaa675a8ce940fa2d') +source=(http://ftp.gnome.org/pub/gnome/sources/$_pkgname/${pkgver:0:4}/$_pkgname-$pkgver.tar.xz) +sha256sums=('8c794d7f3e5241cc8856ab1d9fccab29487c575d3a3b7d9b884064864b96caa3') build() { cd "$_pkgname-$pkgver" |