diff options
Diffstat (limited to 'kde-unstable/kdepimlibs/PKGBUILD')
-rw-r--r-- | kde-unstable/kdepimlibs/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-unstable/kdepimlibs/PKGBUILD b/kde-unstable/kdepimlibs/PKGBUILD index 45d13f2c5..079a9d3ab 100644 --- a/kde-unstable/kdepimlibs/PKGBUILD +++ b/kde-unstable/kdepimlibs/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 145474 2011-12-22 22:28:50Z andrea $ +# $Id: PKGBUILD 146080 2012-01-05 12:20:14Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=kdepimlibs -pkgver=4.7.95 +pkgver=4.7.97 pkgrel=1 pkgdesc="KDE PIM Libraries" arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('kdelibs' 'gpgme' 'akonadi' 'libical' 'prison') makedepends=('cmake' 'automoc4' 'boost' 'cyrus-sasl' 'openldap') install='kdepimlibs.install' source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -sha1sums=('2a1d685b7e15aaa019f440df62b47f401303bf46') +sha1sums=('034ca6486dcef06cfa9ef4f8059b897be9069ebe') build() { cd ${srcdir} |