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

Jan Steffens heftig at gemini.archlinux.org
Sat Apr 2 19:06:13 UTC 2022


    Date: Saturday, April 2, 2022 @ 19:06:12
  Author: heftig
Revision: 441312

3.44.0-1

Modified:
  evolution-ews/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-02 19:02:46 UTC (rev 441311)
+++ PKGBUILD	2022-04-02 19:06:12 UTC (rev 441312)
@@ -2,7 +2,7 @@
 # Contributor: Ionut Biru <ibiru at archlinux.org>
 
 pkgname=evolution-ews
-pkgver=3.42.4
+pkgver=3.44.0
 pkgrel=1
 pkgdesc="MS Exchange integration through Exchange Web Services"
 url="https://wiki.gnome.org/Apps/Evolution/EWS"
@@ -10,13 +10,14 @@
 license=(LGPL2.1)
 depends=(libmspack evolution)
 makedepends=(git intltool python cmake ninja systemd)
-_commit=0c008eec174d9c48f1019722795741ac85391d67  # tags/3.42.4^0
+options=(debug)
+_commit=559320e0ebb5bc1fc48b07f8539b0d7fa41167d4  # tags/3.44.0^0
 source=("git+https://gitlab.gnome.org/GNOME/evolution-ews.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_EWS_//;s/_/./g;s/-/+/g'
+  git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {



More information about the arch-commits mailing list