diff options
author | root <root@rshg054.dnsready.net> | 2012-07-18 00:01:34 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-18 00:01:34 +0000 |
commit | 63d179775e063452db6358e15b9847e7fc6c84b6 (patch) | |
tree | 0082531329e5caae873c4eb5f1fbd41d2a98d938 /kde-unstable/akonadi | |
parent | 412d061bfbf23d1e908eed3f8405b1af46fb1ba8 (diff) |
Wed Jul 18 00:01:34 UTC 2012
Diffstat (limited to 'kde-unstable/akonadi')
-rw-r--r-- | kde-unstable/akonadi/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/akonadi/PKGBUILD b/kde-unstable/akonadi/PKGBUILD index 3c9a18e81..243911b5d 100644 --- a/kde-unstable/akonadi/PKGBUILD +++ b/kde-unstable/akonadi/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 161492 2012-06-11 21:12:03Z andrea $ +# $Id: PKGBUILD 163590 2012-07-16 07:21:37Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=akonadi -pkgver=1.7.90 +pkgver=1.7.95 pkgrel=1 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data" arch=('i686' 'x86_64') @@ -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=('573c1750c9ebb1f70ad39109f518c915') +md5sums=('2fa3ad9facbe4f3c6a0f25794d5d1fe3') build() { cd "${srcdir}" |