diff options
-rw-r--r-- | nonprism/evolution-data-server/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/nonprism/evolution-data-server/PKGBUILD b/nonprism/evolution-data-server/PKGBUILD index 89671c019..a4b70c152 100644 --- a/nonprism/evolution-data-server/PKGBUILD +++ b/nonprism/evolution-data-server/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 282159 2016-11-28 12:27:08Z foutrelis $ +# $Id: PKGBUILD 283832 2016-12-16 12:42:35Z heftig $ # Maintainer (Arch): Jan de Groot <jgc@archlinux.org> # Maintainer: Márcio Silva <coadde@parabola.nu> pkgname=evolution-data-server -pkgver=3.22.2 -pkgrel=2.nonprism1 +pkgver=3.22.3 +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,8 +13,8 @@ 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=828f3d954f3ca5ded5bc89c0231ff74a58114dcf # tags/EVOLUTION_DATA_SERVER_3_22_2^0 -source=("git://git.gnome.org/evolution-data-server#commit=$_commit") +_commit=9d0d40d02034e37b6589f463f4e2a07fc6e5a782 # tags/EVOLUTION_DATA_SERVER_3_22_3^0 +source=("git+https://git.gnome.org/browse/evolution-data-server#commit=$_commit") sha256sums=('SKIP') pkgver() { |