Date: Thursday, March 14, 2019 @ 19:48:17 Author: heftig Revision: 348068
3.32.0-1 Modified: evolution-data-server/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-14 19:37:18 UTC (rev 348067) +++ PKGBUILD 2019-03-14 19:48:17 UTC (rev 348068) @@ -2,15 +2,15 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=evolution-data-server -pkgver=3.30.5 +pkgver=3.32.0 pkgrel=1 pkgdesc="Centralized access to appointments and contacts" url="https://wiki.gnome.org/Apps/Evolution" arch=(x86_64) depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata libphonenumber) -makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake ninja) +makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake) license=(GPL) -_commit=ada736415a2330b63f19a05918fd4f58ca0a45de # tags/3.30.5^0 +_commit=872b93ebdfdc01083b5b7fccffb34edced7cce44 # tags/3.32.0^0 source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit") sha256sums=('SKIP') @@ -24,7 +24,7 @@ } build() { - cmake -H$pkgname -Bbuild -GNinja \ + cmake -H$pkgname -Bbuild \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIBEXEC_INSTALL_DIR=/usr/lib \ -DSYSCONF_INSTALL_DIR=/etc \
