[arch-commits] Commit in evolution-ews/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sun Sep 27 16:55:30 UTC 2020


    Date: Sunday, September 27, 2020 @ 16:55:30
  Author: heftig
Revision: 396777

3.38.0-1

Modified:
  evolution-ews/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 16:52:04 UTC (rev 396776)
+++ PKGBUILD	2020-09-27 16:55:30 UTC (rev 396777)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=evolution-ews
-pkgver=3.36.5
+pkgver=3.38.0
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS"
@@ -10,7 +10,7 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git intltool python cmake ninja)
-_commit=29e4a5f334219ed9775b3a8845f807f32c4b5e53  # tags/3.36.5^0
+_commit=eb6c3d27b7e5a3f6b61f75c6b308b392f7ce0a06  # tags/3.38.0^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -26,7 +26,7 @@
 build() {
   CFLAGS+=" $CPPFLAGS"
   CXXFLAGS+=" $CPPFLAGS"
-  cmake -H$pkgname -Bbuild -G Ninja \
+  cmake -S $pkgname -B build -G Ninja \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIBEXEC_INSTALL_DIR=/usr/lib \
     -DSYSCONF_INSTALL_DIR=/etc
@@ -34,5 +34,5 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" cmake --build build --target install
+  DESTDIR="$pkgdir" cmake --install build
 }



More information about the arch-commits mailing list