diff options
-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 119664484..5d4b45ff7 100644 --- a/nonprism/evolution-data-server/PKGBUILD +++ b/nonprism/evolution-data-server/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 285531 2017-01-07 15:36:43Z heftig $ +# $Id: PKGBUILD 286739 2017-01-16 19:29:54Z heftig $ # Maintainer (Arch): Jan de Groot <jgc@archlinux.org> # Maintainer: Márcio Silva <coadde@parabola.nu> pkgname=evolution-data-server -pkgver=3.22.3 -pkgrel=2.nonprism1 +pkgver=3.22.4 +pkgrel=1.nonprism1 pkgdesc="Centralized access to appointments and contacts, without libgdata support" url="https://wiki.gnome.org/Apps/Evolution" arch=(i686 x86_64) @@ -13,7 +13,7 @@ makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git gnome-c license=(GPL) replaces=("${pkgname}-coherence" "${pkgname}-nonprism") conflicts=("${pkgname}-coherence" "${pkgname}-nonprism") -_commit=9d0d40d02034e37b6589f463f4e2a07fc6e5a782 # tags/EVOLUTION_DATA_SERVER_3_22_3^0 +_commit=c8ef824c451b27016a21604fc8813c88d5dded1f # tags/EVOLUTION_DATA_SERVER_3_22_4^0 source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit") sha256sums=('SKIP') |