Date: Friday, May 29, 2020 @ 16:17:58 Author: heftig Revision: 387841
3.36.3-1 Modified: evolution-ews/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-05-29 16:16:38 UTC (rev 387840) +++ PKGBUILD 2020-05-29 16:17:58 UTC (rev 387841) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=evolution-ews -pkgver=3.36.2 +pkgver=3.36.3 pkgrel=1 pkgdesc="MS Exchange integration through Exchange Web Services" url="https://wiki.gnome.org/Apps/Evolution/EWS" @@ -9,8 +9,8 @@ arch=(x86_64) license=(LGPL2.1) depends=(libmspack evolution) -makedepends=(git cmake intltool python) -_commit=041ab15142e3743324a5892b01ce01669e30863f # tags/3.36.2^0 +makedepends=(git intltool python cmake ninja) +_commit=4844f29bb132540ce821e788c57b8885dfa877b8 # tags/3.36.3^0 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit") sha256sums=('SKIP') @@ -24,7 +24,7 @@ } build() { - cmake -H$pkgname -Bbuild \ + cmake -H$pkgname -Bbuild -G Ninja \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIBEXEC_INSTALL_DIR=/usr/lib \ -DSYSCONF_INSTALL_DIR=/etc
