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

Jan Steffens heftig at archlinux.org
Mon Dec 10 12:00:53 UTC 2018


    Date: Monday, December 10, 2018 @ 12:00:52
  Author: heftig
Revision: 341538

3.30.3-1

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-10 12:00:50 UTC (rev 341537)
+++ PKGBUILD	2018-12-10 12:00:52 UTC (rev 341538)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=evolution-ews
-pkgver=3.30.2
+pkgver=3.30.3
 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 cmake ninja intltool python)
-_commit=c2fc89628dca8ab17430d5c477877449ec8a71ba  # tags/3.30.2^0
+_commit=c1919854f1e6a2b1789b5a425de7feb9b64fd398  # tags/3.30.3^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -20,17 +20,15 @@
 }
 
 prepare() {
-  mkdir build
   cd $pkgname
 }
 
 build() {
-  cd build
-  cmake ../$pkgname -G Ninja \
+  cmake -H$pkgname -Bbuild -GNinja \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIBEXEC_INSTALL_DIR=/usr/lib \
     -DSYSCONF_INSTALL_DIR=/etc
-  cmake --build .
+  cmake --build build
 }
 
 package() {



More information about the arch-commits mailing list