summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2dd3ada37a1c..ae7ef8f69beb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,6 +22,7 @@ pkgbase = geary-git
depends = libsoup
depends = libunwind
depends = libxml2
+ depends = libytnef
depends = sqlite
depends = webkit2gtk
provides = geary
diff --git a/PKGBUILD b/PKGBUILD
index 34bebb3ce23c..124f3bef7375 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ 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' 'sqlite'
- 'webkit2gtk')
+ 'gspell' 'libgee' 'libnotify' 'libsoup' 'libunwind' 'libxml2'
+ 'libytnef' 'sqlite' 'webkit2gtk')
makedepends=('git' 'itstool' 'meson' 'vala')
provides=('geary')
conflicts=('geary')