diff options
author | Freemor <freemor@freemor.ca> | 2018-07-31 16:34:58 -0300 |
---|---|---|
committer | Freemor <freemor@freemor.ca> | 2018-07-31 16:34:58 -0300 |
commit | c5113422775e82918484954e3087d8dd5d961f34 (patch) | |
tree | f7b3f68f01b8961f0802a92dc556b61f094b86a6 | |
parent | 255bbbb35c3ab0fc5c666dc93da71e1e42c3f826 (diff) | |
download | abslibre-c5113422775e82918484954e3087d8dd5d961f34.tar.gz abslibre-c5113422775e82918484954e3087d8dd5d961f34.tar.bz2 abslibre-c5113422775e82918484954e3087d8dd5d961f34.zip |
Updated to rule it out as the issue with ring.cx
-rw-r--r-- | nonprism/evolution-data-server/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nonprism/evolution-data-server/PKGBUILD b/nonprism/evolution-data-server/PKGBUILD index 1773d48fe..3fb931df2 100644 --- a/nonprism/evolution-data-server/PKGBUILD +++ b/nonprism/evolution-data-server/PKGBUILD @@ -3,12 +3,13 @@ # Contributor: Andreas Grapentin <andreas@grapentin.org> # Contributor: Márcio Silva <coadde@hyperbola.info> # Contributor: Isaac David <isacdaavid@at@isacdaavid@dot@info> +# Contributor: Freemor <freemor@freemor.ca> # parabola changes and rationale: # - removed libgdata support pkgname=evolution-data-server -pkgver=3.28.3 +pkgver=3.28.5 pkgrel=1 pkgrel+=.nonprism1 pkgdesc="Centralized access to appointments and contacts" @@ -19,7 +20,7 @@ arch+=(i686 armv7h) depends=(gnome-online-accounts nss krb5 libgweather libical db libphonenumber) makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake ninja) license=(GPL) -_commit=2f829f8be300b7041e81315edd1e716e757dd685 # tags/3.28.3^0 +_commit=e1da9bbbe68e669482d76e498e63da8abf8d30b0 # tags/3.28.5^0 source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit") sha256sums=('SKIP') |