summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 580336d9135f..304007fa5e7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = claws-mail-git
pkgdesc = A GTK+ based e-mail client - git checkout
- pkgver = 3.17.0.r2.g779d80e31
+ pkgver = 3.17.0.r153.gf4607b4b6
pkgrel = 1
url = https://www.claws-mail.org/
arch = i686
@@ -18,6 +18,7 @@ pkgbase = claws-mail-git
makedepends = dillo
makedepends = docbook-utils
makedepends = texlive-core
+ makedepends = texlive-formatsextra
depends = gtk2
depends = gnutls
depends = startup-notification
diff --git a/PKGBUILD b/PKGBUILD
index 27ddc03df946..e9196732f267 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Christian Hesse <mail@eworm.de>
pkgname=claws-mail-git
-pkgver=3.17.0.r2.g779d80e31
+pkgver=3.17.0.r153.gf4607b4b6
pkgrel=1
pkgdesc='A GTK+ based e-mail client - git checkout'
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('git' 'spamassassin' 'bogofilter' 'valgrind'
# dependencies for plugins
'libgdata' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk' 'dillo'
# deps to build the docs
- 'docbook-utils' 'texlive-core')
+ 'docbook-utils' 'texlive-core' 'texlive-formatsextra')
optdepends=('python2: needed for some tools and python plugin'
'perl: needed for some tools and perl plugin'
'spamassassin: adds support for spamfiltering'