Date: Sunday, October 23, 2022 @ 18:06:02
  Author: heftig
Revision: 458822

3.46.1-1

Modified:
  evolution-data-server/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-23 17:38:33 UTC (rev 458821)
+++ PKGBUILD    2022-10-23 18:06:02 UTC (rev 458822)
@@ -2,13 +2,13 @@
 # Contributor: Jan de Groot <[email protected]>
 
 pkgname=evolution-data-server
-pkgver=3.44.4
-pkgrel=2
+pkgver=3.46.1
+pkgrel=1
 pkgdesc="Centralized access to appointments and contacts"
 url="https://wiki.gnome.org/Apps/Evolution";
 arch=(x86_64)
 depends=(gnome-online-accounts nss krb5 libgweather-4 libical db libgdata 
libphonenumber
-         libcanberra)
+         libcanberra gcr-4 webkit2gtk-{4.1,5.0})
 makedepends=(intltool gperf gobject-introspection vala gtk-doc boost git cmake 
ninja)
 provides=(libcamel-1.2.so libebackend-1.2.so libebook-1.2.so 
libebook-contacts-1.2.so
           libecal-2.0.so libedata-book-1.2.so libedata-cal-2.0.so 
libedataserver-1.2.so
@@ -15,13 +15,13 @@
           libedataserverui-1.2.so)
 license=(GPL)
 options=(debug)
-_commit=4a526c5363c9c46b200e7fae019c4911c968673f  # tags/3.44.4^0
+_commit=29cf85dd84f211cf2174dac2c714bfe7c6def679  # tags/3.46.1^0
 
source=("git+https://gitlab.gnome.org/GNOME/evolution-data-server.git#commit=$_commit";)
 sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
-  git describe --tags | sed 's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/-/+/g'
+  git describe --tags | sed 
's/^EVOLUTION_DATA_SERVER_//;s/_/./g;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 prepare() {
@@ -49,3 +49,5 @@
 package() {
   DESTDIR="$pkgdir" cmake --install build
 }
+
+# vim:set sw=2 sts=-1 et:

Reply via email to