mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
extra/claws-mail to 3.7.9-1
This commit is contained in:
parent
5fd0fa3e4b
commit
642895d829
1 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# $Id: PKGBUILD 102090 2010-12-05 20:57:04Z andyrtr $
|
||||
# $Id: PKGBUILD 119020 2011-04-10 13:42:00Z andyrtr $
|
||||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
|
||||
# PlugApps: Kevin Mihelich <kevin@plugapps.com>
|
||||
|
@ -7,14 +7,14 @@
|
|||
plugrel=1
|
||||
|
||||
pkgname=claws-mail
|
||||
pkgver=3.7.8
|
||||
pkgver=3.7.9
|
||||
pkgrel=1
|
||||
pkgdesc="A GTK+ based e-mail client."
|
||||
arch=('i686' 'x86_64')
|
||||
license=('GPL3')
|
||||
url="http://www.claws-mail.org"
|
||||
depends=('gtk2>=2.18.5' 'gnutls>=2.8.5' 'startup-notification>=0.10' 'pilot-link>=0.12.4' 'enchant>=1.5.0-2'
|
||||
'gpgme>=1.2.0' 'libetpan>=1.0' 'libsm>=1.1.1' 'db' 'dbus-glib>=0.82-2' 'hicolor-icon-theme')
|
||||
depends=('gtk2' 'gnutls' 'startup-notification' 'pilot-link' 'enchant'
|
||||
'gpgme' 'libetpan' 'libsm' 'db' 'dbus-glib' 'hicolor-icon-theme')
|
||||
makedepends=('compface' 'spamassassin' 'bogofilter')
|
||||
optdepends=('python2: needed for some tools'
|
||||
'perl: needed for some tools'
|
||||
|
@ -26,7 +26,7 @@ provides=('claws')
|
|||
options=(!libtool)
|
||||
install=claws-mail.install
|
||||
source=(http://downloads.sourceforge.net/sourceforge/sylpheed-claws/${pkgname}-${pkgver}.tar.bz2)
|
||||
md5sums=('e8c516f67df195ee605ed5e5408b2a42')
|
||||
md5sums=('2f9d2dcabf84e312cfeb56efa799b5b3')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
|
Loading…
Reference in a new issue