diff options
Diffstat (limited to 'kde-unstable/kdepim/PKGBUILD')
-rw-r--r-- | kde-unstable/kdepim/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdepim/PKGBUILD b/kde-unstable/kdepim/PKGBUILD index c825ba2b7..b0ff65f79 100644 --- a/kde-unstable/kdepim/PKGBUILD +++ b/kde-unstable/kdepim/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 162624 2012-06-27 13:44:31Z andrea $ +# $Id: PKGBUILD 163432 2012-07-11 22:51:03Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> @@ -19,7 +19,7 @@ pkgname=('kdepim-akonadiconsole' 'kdepim-kresources' 'kdepim-ktimetracker' 'kdepim-libkdepim') -pkgver=4.8.95 +pkgver=4.8.97 pkgrel=1 arch=('i686' 'x86_64') url='http://pim.kde.org' @@ -28,7 +28,7 @@ groups=('kde' 'kdepim') makedepends=('cmake' 'automoc4' 'boost' 'kdepim-runtime' 'libxss' 'pilot-link' 'kde-agent') source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz") -sha1sums=('b47cfec970608c516a4620235da8ad825c20c9b1') +sha1sums=('9bd4594ec3151f3cfb6a45d6163405bde4d8b178') build() { cd "${srcdir}" |