diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-27 03:22:28 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-27 03:22:28 +0000 |
commit | eb411a7c7cc929ada01019bd4c306116ce385693 (patch) | |
tree | 206efb6706787a041fee82bcef85d967f3cf58a5 /extra/akonadi | |
parent | 7858fe5d7a6544b96702d2bdb6f075481816109e (diff) |
Thu Mar 27 03:18:41 UTC 2014
Diffstat (limited to 'extra/akonadi')
-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 ad168096c..204738da9 100644 --- a/extra/akonadi/PKGBUILD +++ b/extra/akonadi/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 201254 2013-12-07 10:34:54Z bpiotrowski $ +# $Id: PKGBUILD 208755 2014-03-26 16:12:42Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=akonadi -pkgver=1.11.0 +pkgver=1.12.0 pkgrel=1 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ makedepends=('cmake' 'automoc4' 'boost' 'postgresql') optdepends=('postgresql: PostgreSQL backend') install="${pkgname}.install" source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('580361613d04b260f807b2a4df099eca') +md5sums=('3fb6703072410534bce51bbc3e6aa6e4') prepare() { mkdir build |