summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Mensinger2020-02-19 09:53:28 +0100
committerDaniel Mensinger2020-02-19 09:53:28 +0100
commite9df5d2625fbdf8e8e8f3eba2e6a2018cac4db40 (patch)
tree8132262162e06c3e00ce6f5971877389ba3b4164 /PKGBUILD
parent235bb0b45a815524ac68f77dd31ff5f9e843d17d (diff)
downloadaur-e9df5d2625fbdf8e8e8f3eba2e6a2018cac4db40.tar.gz
Updated deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a651065a996..ab13f63fbba0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,22 @@
# Contributor: Christian Hesse <mail@eworm.de>
pkgname=claws-mail-gtk3-git
-pkgver=3.16.0.r599.g831126c3a
+pkgver=3.16.0.r930.g675e2663a
pkgrel=1
pkgdesc='A GTK+ based e-mail client - gtk3 / git checkout'
arch=('i686' 'x86_64')
license=('GPL3')
url='https://www.claws-mail.org/'
-depends=('gtk2' 'gtk3' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 'compface'
+depends=('gtk3' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 'compface'
'libsm' 'dbus-glib')
makedepends=('git' 'spamassassin' 'bogofilter' 'valgrind'
# dependencies for plugins
- 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk' 'libytnef' 'libical' 'dillo'
+ 'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'python-gobject' 'libytnef' 'libical' 'dillo' 'webkit2gtk' 'gumbo-parser'
# deps to build the docs
'docbook-utils' 'texlive-core' 'texlive-formatsextra')
optdepends=(
'python2: needed for some tools and python plugin'
+ 'python: needed for some tools and python plugin'
'pygtk: needed for python plugin'
'perl: needed for some tools and perl plugin'
'spamassassin: adds support for spamfiltering'
@@ -33,6 +34,8 @@ optdepends=(
'ghostscript: for pdf viewer plugin'
'libical: for vcalendar plugin'
'dillo: for html viewer plugin'
+ 'webkit2gtk: for fancy HTML viewer plugin'
+ 'gumbo-parser: for litehtml plugin'
)
replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
conflicts=('claws-mail-extra-plugins' 'claws-mail')