diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-12 03:39:22 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-06-12 03:39:22 +0000 |
commit | 4117cddc8a79bfdd61c7c5708b957be92775d67b (patch) | |
tree | c1aed4d9a50011336c24925d80a590f3ce29bf41 /extra/kdepim-runtime | |
parent | 5a5e68340439f8c9b81e85410fcbd5135732161c (diff) |
Thu Jun 12 03:35:06 UTC 2014
Diffstat (limited to 'extra/kdepim-runtime')
-rw-r--r-- | extra/kdepim-runtime/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kdepim-runtime/PKGBUILD b/extra/kdepim-runtime/PKGBUILD index e472f6ba9..2cfd2b42c 100644 --- a/extra/kdepim-runtime/PKGBUILD +++ b/extra/kdepim-runtime/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 213145 2014-05-19 15:00:34Z svenstaro $ +# $Id: PKGBUILD 214798 2014-06-10 17:52:19Z svenstaro $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> pkgname=kdepim-runtime -pkgver=4.13.1 +pkgver=4.13.2 pkgrel=1 pkgdesc='Extends the functionality of kdepim' arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ depends=('kdebase-runtime' 'libkgapi' 'libkolab' 'libkfbapi') makedepends=('cmake' 'automoc4' 'boost') install="${pkgname}.install" source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('e02447616460760232f03124be8b688cd8407196') +sha1sums=('db31fa444f74478cddef1aa7c4ecf4e509f3407c') prepare() { mkdir build |