summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorben2019-06-03 13:44:48 +0200
committerTorben2019-06-03 13:44:48 +0200
commitcf6cbeb3dd3801c2881b9a566df4561933159f9e (patch)
treef271901e770479a6a1b7b4240a8827ac9034ecbf
parent9c09a555491a71d7972663a77b5e6c9ea167c8d4 (diff)
downloadaur-cf6cbeb3dd3801c2881b9a566df4561933159f9e.tar.gz
Add dependency libytnef
-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')