diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-20 22:29:55 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-10-20 22:29:55 -0200 |
commit | f988f8fa974ffd8ef67f4cd5cb74bb6b6417ca95 (patch) | |
tree | 7273a9e0d4e3f81031e802981e3421580e00d83c | |
parent | cfe5a2f03c9aaba548af76b18b53ad7baeb59e09 (diff) |
evolution-data-server-3.12.7.1-1.nonprism1: updating version
-rw-r--r-- | nonprism/evolution-data-server/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nonprism/evolution-data-server/PKGBUILD b/nonprism/evolution-data-server/PKGBUILD index a2ff054a2..96c5d1c05 100644 --- a/nonprism/evolution-data-server/PKGBUILD +++ b/nonprism/evolution-data-server/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 224679 2014-10-17 15:16:21Z fyan $ +# $Id: PKGBUILD 225134 2014-10-20 18:09:09Z jgc $ # Maintainer (Arch): Jan de Groot <jgc@archlinux.org> pkgname=evolution-data-server -pkgver=3.12.7 -pkgrel=2.nonprism1 +pkgver=3.12.7.1 +pkgrel=1.nonprism1 pkgdesc="Centralized access to appointments and contacts, without libgdata support" arch=(i686 x86_64) depends=(gnome-online-accounts nss krb5 libgweather libical db) @@ -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=('c349244ac2b573e33d7f20547eb5133f082113390103533267efcc4037793192') +sha256sums=('7b2cc3169267801aef2b76a832a7df72af7bd1931fe1d98f474df9f306d4f79e') build() { cd "$pkgname-$pkgver" |