diff options
Diffstat (limited to 'extra/akonadi/PKGBUILD')
-rw-r--r-- | extra/akonadi/PKGBUILD | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/extra/akonadi/PKGBUILD b/extra/akonadi/PKGBUILD index 7b822ce93..3d301b70d 100644 --- a/extra/akonadi/PKGBUILD +++ b/extra/akonadi/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 188070 2013-06-08 08:31:33Z andrea $ +# $Id: PKGBUILD 189912 2013-07-11 09:04:56Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=akonadi -pkgver=1.9.2 -pkgrel=2 +pkgver=1.10.0 +pkgrel=1 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data" arch=('i686' 'x86_64' 'mips64el') url='http://community.kde.org/KDE_PIM/Akonadi' @@ -13,16 +13,11 @@ depends=('shared-mime-info' 'boost-libs' 'mariadb' 'soprano') makedepends=('cmake' 'automoc4' 'boost' 'postgresql') optdepends=('postgresql: PostgreSQL backend') install="${pkgname}.install" -source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2" - 'boost153.patch') -md5sums=('bdce288f4b91055d69f35c26dab276d0' - 'd797b338914c677fb6b93c0c23f46197') +source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2") +md5sums=('bb94de6a4300bf8355e6a1ccce5846af') prepare() { - mkdir -p build - - cd ${pkgname}-${pkgver} - patch -p1 -i "${srcdir}"/boost153.patch + mkdir build } build() { |