diff options
author | root <root@rshg054.dnsready.net> | 2012-11-17 01:32:38 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-11-17 01:32:38 -0800 |
commit | 071ecd58a9b69020ec170e7f89009a603e885371 (patch) | |
tree | c32fc487de5e9afc5bb12c053775982fdd2c6b7d /kde-unstable | |
parent | 99c34471cedb5de3afae4e33c48239abbe1410c7 (diff) |
Sat Nov 17 01:27:29 PST 2012
Diffstat (limited to 'kde-unstable')
-rw-r--r-- | kde-unstable/akonadi/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/kde-unstable/akonadi/PKGBUILD b/kde-unstable/akonadi/PKGBUILD index bf7078ca5..3e9ebc376 100644 --- a/kde-unstable/akonadi/PKGBUILD +++ b/kde-unstable/akonadi/PKGBUILD @@ -1,22 +1,21 @@ -# $Id: PKGBUILD 164058 2012-07-25 18:20:07Z andrea $ +# $Id: PKGBUILD 171089 2012-11-16 15:34:22Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=akonadi -pkgver=1.8.0 +pkgver=1.8.80 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' +url='http://community.kde.org/KDE_PIM/Akonadi' 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") -md5sums=('81156d883b40241cfc0ddb885f55bcfe') +md5sums=('63471d004c0db6fd8cd230cbdb18b036') build() { - cd "${srcdir}" mkdir build cd build cmake ../${pkgname}-${pkgver} \ @@ -27,6 +26,6 @@ build() { } package() { - cd "${srcdir}/build" + cd build make DESTDIR="${pkgdir}" install } |