Date: Thursday, August 11, 2016 @ 12:06:14 Author: eworm Revision: 273601
upgpkg: claws-mail 3.14.0-1 new upstream release Modified: claws-mail/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-11 12:05:38 UTC (rev 273600) +++ PKGBUILD 2016-08-11 12:06:14 UTC (rev 273601) @@ -2,8 +2,8 @@ # Maintainer: Andreas Radke <[email protected]> pkgname=claws-mail -pkgver=3.13.2 -pkgrel=6 +pkgver=3.14.0 +pkgrel=1 pkgdesc="A GTK+ based e-mail client." arch=('i686' 'x86_64') license=('GPL3') @@ -14,7 +14,7 @@ # dependencies for plugins 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 'poppler-glib' 'pygtk' # deps to build the docs - 'docbook-utils') + 'docbook-utils') #'libchamplain' needed for geolocation plugin, disabled for now - most time it's not compatible with current gnome releases optdepends=('python2: needed for some tools and python plugin' 'perl: needed for some tools and perl plugin' @@ -31,23 +31,23 @@ 'libsoup: for the fancy webkit html plugin' 'libgdata: for gdata plugin' 'poppler-glib: for pdf viewer plugin' - 'ghostscript: for pdf viewer plugin') + 'ghostscript: for pdf viewer plugin') replaces=('sylpheed-claws' 'claws-mail-extra-plugins') conflicts=('claws-mail-extra-plugins') provides=('claws') source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc}) -sha256sums=('6a731052814b3284abeca1662d47817a86e018bc7123ab428f015f0cfab40ad1' +sha256sums=('466bd70350c69055d980dc84038d13f231f4ed060af899910e29c7a1de83cc59' 'SKIP') validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul <[email protected]> build() { cd ${pkgname}-${pkgver} - + # fixes for python2 export PYTHON="/usr/bin/python2" sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py sed -i 's:python -c:python2 -c:g' configure - + ./configure --prefix=/usr --disable-static \ --enable-enchant \ --enable-gnutls \
