akonadi: 1.12.1

This commit is contained in:
Neophytos Kolokotronis 2014-04-14 12:10:31 +00:00
parent f10820e4b4
commit 0a373b1b3c

View File

@ -2,8 +2,8 @@
# Contributors: Manuel Tortosa <manutortosa@chakra-project.org> # Contributors: Manuel Tortosa <manutortosa@chakra-project.org>
pkgname=akonadi pkgname=akonadi
pkgver=1.12.0 pkgver=1.12.1
pkgrel=2 pkgrel=1
pkgdesc="PIM layer, which provides an asynchronous API to access all kinds of PIM data" pkgdesc="PIM layer, which provides an asynchronous API to access all kinds of PIM data"
arch=('x86_64') arch=('x86_64')
url='http://www.akonadi-project.org' url='http://www.akonadi-project.org'
@ -17,9 +17,10 @@ makedepends=('pkg-config'
'automoc4' 'automoc4'
'boost' 'boost'
'postgresql') 'postgresql')
options=('debug')
install=$pkgname.install install=$pkgname.install
source=("http://download.kde.org/stable/akonadi/src/${pkgname}-${pkgver}.tar.bz2") source=("http://download.kde.org/stable/akonadi/src/${pkgname}-${pkgver}.tar.bz2")
sha512sums=('62bf31552fabb6b722aa9c8ebc112a5af1fcc6c2a962b75c0ff4a79ad4999c03169f0e2a993ed382b753d578a69950aae6b28d255d58f5496978fc2d4207b7ba') sha256sums=('a073228fda8bdbcf836af32d4b4c44dcbe58a3eac6da4e5a286b42ace9d83145')
prepare() { prepare() {
mkdir "${srcdir}/build" mkdir "${srcdir}/build"