diff options
author | root <root@rshg054.dnsready.net> | 2012-09-06 00:03:30 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-09-06 00:03:30 +0000 |
commit | af549d0243764531309fa94b1f5cee58982c496a (patch) | |
tree | afb2851caf91700e83c4062a9e77c6a92fe0326b /testing/kactivities | |
parent | 58f5e0b164b5f4c9af61b2e42bd10c85f28b9bed (diff) |
Thu Sep 6 00:03:29 UTC 2012
Diffstat (limited to 'testing/kactivities')
-rw-r--r-- | testing/kactivities/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/kactivities/PKGBUILD b/testing/kactivities/PKGBUILD index 380e1efab..3e9ab01bd 100644 --- a/testing/kactivities/PKGBUILD +++ b/testing/kactivities/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 164526 2012-08-01 14:34:56Z andrea $ +# $Id: PKGBUILD 166035 2012-09-04 15:38:00Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kactivities -pkgver=4.9.0 +pkgver=4.9.1 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='API for using and interacting with the Activity Manager' @@ -11,7 +11,7 @@ license=('GPL' 'FDL') depends=('kdelibs') makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('d7c3b9bd2d4ec4b64e208d02571eb62f9ac4ee90') +sha1sums=('f216d37e961f46f5830fb15d65c71a9c322cebfa') build() { cd "${srcdir}" |