diff options
Diffstat (limited to 'extra/akonadi/PKGBUILD')
-rw-r--r-- | extra/akonadi/PKGBUILD | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/extra/akonadi/PKGBUILD b/extra/akonadi/PKGBUILD index cb61420ae..8b850d7e3 100644 --- a/extra/akonadi/PKGBUILD +++ b/extra/akonadi/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 137927 2011-09-12 16:08:18Z andrea $ +# $Id: PKGBUILD 138066 2011-09-15 20:23:52Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=akonadi -pkgver=1.6.0 -pkgrel=3 +pkgver=1.6.1 +pkgrel=1 pkgdesc="PIM layer, which provides an asynchronous API to access all kind of PIM data" arch=('i686' 'x86_64') url='http://pim.kde.org/akonadi' @@ -12,16 +12,10 @@ license=('LGPL') 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" - 'fix-slow-kde-logout.patch') -md5sums=('16bc40e022d06f287f18c71faaeb2e42' - 'cdf0c3bd5741303e4f98ea435c39f09d') +source=("http://download.kde.org/stable/${pkgname}/src/${pkgname}-${pkgver}.tar.bz2") +md5sums=('8a78b2f9438ffc36d0f37d55839fb444') build() { - # Already fixed upstream - cd "${srcdir}"/${pkgname}-${pkgver} - patch -p1 -i "${srcdir}"/fix-slow-kde-logout.patch - cd "${srcdir}" mkdir build cd build |