summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTorben2019-06-03 13:44:48 +0200
committerTorben2019-06-03 13:44:48 +0200
commitcf6cbeb3dd3801c2881b9a566df4561933159f9e (patch)
treef271901e770479a6a1b7b4240a8827ac9034ecbf /PKGBUILD
parent9c09a555491a71d7972663a77b5e6c9ea167c8d4 (diff)
downloadaur-cf6cbeb3dd3801c2881b9a566df4561933159f9e.tar.gz
Add dependency libytnef
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')