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

Maxime Gauduin alucryd at archlinux.org
Fri Oct 2 07:34:00 UTC 2020


    Date: Friday, October 2, 2020 @ 07:34:00
  Author: alucryd
Revision: 715104

gnome 3.38: geary 1:3.38.0.1-1

Modified:
  geary/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-02 07:33:45 UTC (rev 715103)
+++ PKGBUILD	2020-10-02 07:34:00 UTC (rev 715104)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
 
 pkgname=geary
-pkgver=3.36.3.1
+pkgver=3.38.0.1
 pkgrel=1
 epoch=1
 pkgdesc='A lightweight email client for the GNOME desktop'
@@ -16,7 +16,6 @@
   folks
   gcr
   gdk-pixbuf2
-  glade
   glib2
   gmime3
   gnome-online-accounts
@@ -40,6 +39,7 @@
 )
 makedepends=(
   appstream-glib
+  cmake
   git
   gobject-introspection
   meson
@@ -46,8 +46,9 @@
   vala
   yelp-tools
 )
-_tag=d2c1ccb9e39d4bd2822fe341356fa5288331dab6
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=${_tag})
+_tag=e3842f131f70e2c945c12d32972a21319835262d
+source=(git+https://gitlab.gnome.org/GNOME/geary.git?signed#tag=${_tag})
+validpgpkeys=(3A2EF7F138557A145F2866E99FAB18747A8FC649) # Michael James Gratton <mike at vee.net>
 sha256sums=(SKIP)
 
 pkgver() {
@@ -57,7 +58,7 @@
 
 build() {
   arch-meson geary build
-  ninja -C build
+  meson compile -C build
 }
 
 package() {



More information about the arch-commits mailing list