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

Maxime Gauduin alucryd at archlinux.org
Mon Sep 23 07:39:25 UTC 2019


    Date: Monday, September 23, 2019 @ 07:39:25
  Author: alucryd
Revision: 511559

upgpkg: geary 1:3.34.0-1

Modified:
  geary/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-23 00:17:51 UTC (rev 511558)
+++ PKGBUILD	2019-09-23 07:39:25 UTC (rev 511559)
@@ -3,7 +3,7 @@
 # Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
 
 pkgname=geary
-pkgver=3.32.2
+pkgver=3.34.0
 pkgrel=1
 epoch=1
 pkgdesc='A lightweight email client for the GNOME desktop'
@@ -20,14 +20,17 @@
   gmime
   gnome-keyring
   gnome-online-accounts
+  gspell
   gtk3
   iso-codes
   libcanberra
   libgee
+  libhandy
   libnotify
   libsecret
   libsoup
   libxml2
+  libytnef
   pango
   sqlite
   webkit2gtk
@@ -34,6 +37,7 @@
 )
 makedepends=(
   appstream-glib
+  cmake
   git
   gnome-doc-utils
   gobject-introspection
@@ -42,9 +46,15 @@
   meson
   vala
 )
-source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=geary-${pkgver})
-sha256sums=('SKIP')
+source=(git+https://gitlab.gnome.org/GNOME/geary.git#tag=e3e24255270358962b64e54bb8fa9beab2de41a6)
+sha256sums=(SKIP)
 
+pkgver() {
+  cd geary
+
+  git describe --tags
+}
+
 build() {
   arch-meson geary build
   ninja -C build



More information about the arch-commits mailing list