diff options
Diffstat (limited to 'nonprism')
-rw-r--r-- | nonprism/evolution-data-server/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nonprism/evolution-data-server/PKGBUILD b/nonprism/evolution-data-server/PKGBUILD index 205226e31..a71b51807 100644 --- a/nonprism/evolution-data-server/PKGBUILD +++ b/nonprism/evolution-data-server/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 227872 2014-12-21 15:07:49Z heftig $ +# $Id: PKGBUILD 229404 2015-01-16 11:08:15Z heftig $ # Maintainer (Arch): Jan de Groot <jgc@archlinux.org> pkgname=evolution-data-server -pkgver=3.12.9 +pkgver=3.12.10 pkgrel=1.nonprism1 pkgdesc="Centralized access to appointments and contacts, without libgdata support" arch=(i686 x86_64) @@ -14,7 +14,7 @@ license=(GPL) replaces=("${pkgname}-coherence" "${pkgname}-nonprism") conflicts=("${pkgname}-coherence" "${pkgname}-nonprism") source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz) -sha256sums=('2f6cb7fe315cdc20938e08e2c724fe9364d9a72801a41b05f77367b6790aaee0') +sha256sums=('52466d16487474787f879b57f0b2de2aad0554e5c5161b366a597fc522ce673d') build() { cd "$pkgname-$pkgver" |