Date: Monday, May 1, 2023 @ 19:13:37
  Author: heftig
Revision: 476183

3.48.1-1

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-05-01 19:10:02 UTC (rev 476182)
+++ PKGBUILD    2023-05-01 19:13:37 UTC (rev 476183)
@@ -2,17 +2,27 @@
 # Contributor: Ionut Biru <[email protected]>
 
 pkgname=evolution-ews
-pkgver=3.46.4
+pkgver=3.48.1
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS";
 arch=(x86_64)
 license=(LGPL2.1)
-depends=(libmspack evolution)
-makedepends=(git intltool python cmake ninja systemd)
-_commit=4628be92d70e3bbfad8e80db403d724c511feb87  # tags/3.46.4^0
+depends=(
+  evolution
+  libmspack
+)
+makedepends=(
+  cmake
+  git
+  intltool
+  ninja
+  python
+  systemd
+)
+_commit=4468f359068cbef208657a715f0e1a8814a245e8  # tags/3.48.1^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit";)
-sha256sums=('SKIP')
+b2sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -24,10 +34,13 @@
 }
 
 build() {
-  cmake -S $pkgname -B build -G Ninja \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIBEXEC_INSTALL_DIR=/usr/lib \
+  local cmake_options=(
+    -DCMAKE_INSTALL_PREFIX=/usr
+    -DLIBEXEC_INSTALL_DIR=/usr/lib
     -DSYSCONF_INSTALL_DIR=/etc
+  )
+
+  cmake -S $pkgname -B build -G Ninja "${cmake_options[@]}"
   cmake --build build
 }
 

Reply via email to