diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-09-08 13:40:51 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-09-08 13:40:51 -0300 |
commit | 1eb44cdc16d2ce4e40d42cacea7456ad245994f1 (patch) | |
tree | 8fffd10c72c5c326bcc41cdbbafda13c0ec5b2b6 /extra/kdepim | |
parent | 69d3aee0c3f0bb876065264baccf86c13088dd01 (diff) | |
parent | 8cca36c97b57b8d0a7e5521647c02409eb94ade4 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/portaudio/PKGBUILD
extra/ettercap/PKGBUILD
extra/kdelibs/PKGBUILD
extra/qt/PKGBUILD
gnome-unstable/epiphany/PKGBUILD
gnome-unstable/gnome-shell/PKGBUILD
gnome-unstable/pulseaudio/PKGBUILD
gnome-unstable/vala/PKGBUILD
kde-unstable/kdebase-workspace/PKGBUILD
testing/xf86-video-glint/PKGBUILD
Diffstat (limited to 'extra/kdepim')
-rw-r--r-- | extra/kdepim/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/kdepim/PKGBUILD b/extra/kdepim/PKGBUILD index 8c62275db..b1a149e4c 100644 --- a/extra/kdepim/PKGBUILD +++ b/extra/kdepim/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 135830 2011-08-19 07:32:11Z andrea $ +# $Id: PKGBUILD 137483 2011-09-07 17:39:52Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> @@ -20,7 +20,7 @@ pkgname=('kdepim-akonadiconsole' 'kdepim-ktimetracker' 'kdepim-libkdepim' 'kdepim-wizards') -pkgver=4.7.0 +pkgver=4.7.1 pkgrel=2 arch=('i686' 'x86_64' 'mips64el') url='http://pim.kde.org' @@ -29,7 +29,7 @@ groups=('kde' 'kdepim') makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link' 'kde-agent') source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2") -sha1sums=('d8a131d886b923b397a50439028ea45880aa9404') +sha1sums=('be22b012f547b2caa6ca92a6dd396328fda6a53b') build() { cd "${srcdir}" @@ -143,7 +143,6 @@ package_kdepim-kmail() { 'kdepim-mimelib' 'kdepim-plugins') replaces=('kdepim-kmailcvt' 'kdepim-ksendemail' 'kdepim-libksieve' 'kdepim-mimelib' 'kdepim-plugins') - optdepends=('cyrus-sasl-plugins: CRAM-MD5 authentication') for i in kmail doc/kmail kmailcvt ksendemail libksieve mailcommon \ nepomuk_email_feeder ontologies kontact/plugins/kmail; do cd "${srcdir}"/build/${i} |