Date: Friday, March 15, 2019 @ 17:18:55 Author: heftig Revision: 348201
3.32.0-1 Modified: evolution-ews/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-03-15 17:18:51 UTC (rev 348200) +++ PKGBUILD 2019-03-15 17:18:55 UTC (rev 348201) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=evolution-ews -pkgver=3.30.5 +pkgver=3.32.0 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 ninja intltool python) -_commit=d6331da456d3253bc41db2eaf8984c3db06a14af # tags/3.30.5^0 +makedepends=(git cmake intltool python) +_commit=684ff55be9756cb08acc91a88fbfd23d710ee461 # tags/3.32.0^0 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.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
