summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorben2020-06-10 03:03:18 +0200
committerTorben2020-06-10 03:03:18 +0200
commit090aed7238e68a6c6a0b4bcddb0c719524512e9d (patch)
tree176c0382ad7c58b4afe89b3426107e7675d482d5
parent015bc34237d0ef4ef6052dfacba8f0c84cc89955 (diff)
downloadaur-090aed7238e68a6c6a0b4bcddb0c719524512e9d.tar.gz
Add dependency gsound; Update .SRCINFO
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb9fd1d36df7..595e4ae1d0f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -17,6 +17,7 @@ pkgbase = geary-git
depends = gcr
depends = gmime3
depends = gtk3
+ depends = gsound
depends = gnome-online-accounts
depends = gspell
depends = libgee
diff --git a/PKGBUILD b/PKGBUILD
index 00d6665a3bef..e74751469d13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgdesc="An email application built around conversations, for the GNOME 3 deskto
arch=(i686 x86_64)
url="https://gitlab.gnome.org/GNOME/geary"
license=('GPL3')
-depends=('appstream-glib' 'enchant' 'folks' 'gcr' 'gmime3' 'gtk3'
+depends=('appstream-glib' 'enchant' 'folks' 'gcr' 'gmime3' 'gtk3' 'gsound'
'gnome-online-accounts' 'gspell' 'libgee' 'libhandy' 'libnotify'
'libpeas' 'libsoup' 'libunwind' 'libxml2' 'libytnef' 'sqlite'
'webkit2gtk')