summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4adabb6c43e6..b1f78975c079 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = geary-git
pkgdesc = A lightweight email client for the GNOME desktop
- pkgver = r4379.384dc179
+ pkgver = r4719.5a87cf54
pkgrel = 1
url = https://wiki.gnome.org/Apps/Geary
arch = i686
@@ -10,11 +10,13 @@ pkgbase = geary-git
makedepends = itstool
makedepends = meson
makedepends = vala
+ depends = appstream-glib
depends = enchant
depends = gcr
depends = gmime
depends = gtk3
depends = gnome-online-accounts
+ depends = gspell
depends = libgee
depends = libnotify
depends = libsoup
diff --git a/PKGBUILD b/PKGBUILD
index f59d9220ef81..230108427fb4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,15 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail dot com>
pkgname=geary-git
-pkgver=r4379.384dc179
+pkgver=r4719.5a87cf54
pkgrel=1
pkgdesc="A lightweight email client for the GNOME desktop"
arch=(i686 x86_64)
url="https://wiki.gnome.org/Apps/Geary"
license=('GPL3')
-depends=('enchant' 'gcr' 'gmime' 'gtk3' 'gnome-online-accounts' 'libgee'
- 'libnotify' 'libsoup' 'libunwind' 'libxml2' 'sqlite' 'webkit2gtk')
+depends=('appstream-glib' 'enchant' 'gcr' 'gmime' 'gtk3' 'gnome-online-accounts'
+ 'gspell' 'libgee' 'libnotify' 'libsoup' 'libunwind' 'libxml2' 'sqlite'
+ 'webkit2gtk')
makedepends=('git' 'itstool' 'meson' 'vala')
provides=('geary')
conflicts=('geary')