diff options
author | root <root@rshg054.dnsready.net> | 2012-07-27 00:02:04 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-07-27 00:02:04 +0000 |
commit | 1616f43507a7f8785a479ecf6ce905828a232f02 (patch) | |
tree | 2da0cc5a8e57effad5bcd327be1957b187b67f36 /kde-unstable | |
parent | c4c5143448e3be178c254e8f9f1ab24661dc3b20 (diff) |
Fri Jul 27 00:02:04 UTC 2012
Diffstat (limited to 'kde-unstable')
-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 243911b5d..bf7078ca5 100644 --- a/kde-unstable/akonadi/PKGBUILD +++ b/kde-unstable/akonadi/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 163590 2012-07-16 07:21:37Z andrea $ +# $Id: PKGBUILD 164058 2012-07-25 18:20:07Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=akonadi -pkgver=1.7.95 +pkgver=1.8.0 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=('2fa3ad9facbe4f3c6a0f25794d5d1fe3') +md5sums=('81156d883b40241cfc0ddb885f55bcfe') build() { cd "${srcdir}" |