Date: Wednesday, October 26, 2022 @ 22:30:01
  Author: heftig
Revision: 1337099

43.0-1

Modified:
  geary/trunk/PKGBUILD
  geary/trunk/keys/pgp/3A2EF7F138557A145F2866E99FAB18747A8FC649.asc

----------+
 PKGBUILD |   21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-26 22:30:01 UTC (rev 1337098)
+++ PKGBUILD    2022-10-26 22:30:01 UTC (rev 1337099)
@@ -1,10 +1,11 @@
 # Maintainer: Maxime Gauduin <[email protected]>
+# Contributor: Fabian Bornschein <fabiscafe-cat-mailbox-dog-org>
 # Contributor: sebikul <[email protected]>
 # Contributor: Massimiliano Torromeo <[email protected]>
 
 pkgname=geary
-pkgver=40.0
-pkgrel=9
+pkgver=43.0
+pkgrel=1
 epoch=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=(x86_64)
@@ -30,7 +31,7 @@
   libnotify
   libpeas
   libsecret
-  libsoup
+  libsoup3
   libstemmer
   libxml2
   libytnef
@@ -37,7 +38,7 @@
   org.freedesktop.secrets
   pango
   sqlite
-  webkit2gtk
+  webkit2gtk-4.1
 )
 makedepends=(
   appstream-glib
@@ -48,21 +49,19 @@
   vala
   yelp-tools
 )
-_tag=375f741026c8aa9f1ff41ce912f5c08d7d3cad15
-source=(git+https://gitlab.gnome.org/GNOME/geary.git?signed#tag=${_tag})
+options=(debug)
+_commit=94d6bec861daffb27efea85a296f347db7a5af6d  # tags/43.0^0
+source=("git+https://gitlab.gnome.org/GNOME/geary.git#commit=$_commit";)
 validpgpkeys=(3A2EF7F138557A145F2866E99FAB18747A8FC649) # Michael James 
Gratton <[email protected]>
-sha256sums=(SKIP)
+sha256sums=('SKIP')
 
 prepare() {
   cd geary
-  git cherry-pick -n b8babd4aba65c85e3e4e9f0d6b5d827d220096de # fix contact 
auto-completion
-  git cherry-pick -n 9bd4c82952a0a2c3308c5cc86c0b85650c1fb484 # fix build with 
Vala 0.56
-  git cherry-pick -n 0f75e7a84a39492d0748cec2ba6028e08cae3644 # fix build with 
Vala 0.56
 }
 
 pkgver() {
   cd geary
-  git describe --tags | sed 's/^gnome-//g'
+  git describe --tags | sed 's/^gnome-//g;s/[^-]*-g/r&/;s/-/+/g'
 }
 
 build() {

Modified: keys/pgp/3A2EF7F138557A145F2866E99FAB18747A8FC649.asc
===================================================================
(Binary files differ)

Reply via email to