summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae7ef8f69beb..7802408f9620 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = geary-git
pkgdesc = A lightweight email client for the GNOME desktop
- pkgver = r4719.5a87cf54
+ pkgver = r5007.f4b35869
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/geary
arch = i686
@@ -12,6 +12,7 @@ pkgbase = geary-git
makedepends = vala
depends = appstream-glib
depends = enchant
+ depends = folks
depends = gcr
depends = gmime
depends = gtk3
diff --git a/PKGBUILD b/PKGBUILD
index 124f3bef7375..e6ba39dbd173 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail dot com>
pkgname=geary-git
-pkgver=r4719.5a87cf54
+pkgver=r5007.f4b35869
pkgrel=1
pkgdesc="A lightweight email client for the GNOME desktop"
arch=(i686 x86_64)
url="https://gitlab.gnome.org/GNOME/geary"
license=('GPL3')
-depends=('appstream-glib' 'enchant' 'gcr' 'gmime' 'gtk3' 'gnome-online-accounts'
- 'gspell' 'libgee' 'libnotify' 'libsoup' 'libunwind' 'libxml2'
- 'libytnef' 'sqlite' 'webkit2gtk')
+depends=('appstream-glib' 'enchant' 'folks' 'gcr' 'gmime' 'gtk3'
+ 'gnome-online-accounts' 'gspell' 'libgee' 'libnotify' 'libsoup'
+ 'libunwind' 'libxml2' 'libytnef' 'sqlite' 'webkit2gtk')
makedepends=('git' 'itstool' 'meson' 'vala')
provides=('geary')
conflicts=('geary')