diff options
Diffstat (limited to 'extra/akonadi/PKGBUILD')
-rw-r--r-- | extra/akonadi/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/akonadi/PKGBUILD b/extra/akonadi/PKGBUILD index f2180a340..0caa5fee1 100644 --- a/extra/akonadi/PKGBUILD +++ b/extra/akonadi/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 147227 2012-01-24 20:32:45Z andrea $ +# $Id: PKGBUILD 152198 2012-03-05 08:55:37Z ibiru $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=akonadi -pkgver=1.7.0 +pkgver=1.7.1 pkgrel=1 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data" arch=('i686' 'x86_64' 'mips64el') @@ -13,7 +13,7 @@ depends=('shared-mime-info' 'boost-libs' 'mysql' 'soprano') makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost') install="${pkgname}.install" source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('804309dca70ede35b4a654ab764e9079') +md5sums=('54e0556d73c22c7b3393069071e0b717') build() { cd "${srcdir}" |