diff options
Diffstat (limited to 'extra/kactivities')
-rw-r--r-- | extra/kactivities/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/kactivities/PKGBUILD b/extra/kactivities/PKGBUILD index 26aa0c968..b8a2cfa63 100644 --- a/extra/kactivities/PKGBUILD +++ b/extra/kactivities/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 189490 2013-07-03 17:00:35Z andrea $ +# $Id: PKGBUILD 193221 2013-08-19 09:54:14Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kactivities -pkgver=4.10.5 +pkgver=4.11.0 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='API for using and interacting with the Activity Manager' @@ -11,7 +11,7 @@ license=('GPL' 'FDL') depends=('nepomuk-core') makedepends=('cmake' 'automoc4' 'mesa') source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('6f0a7593ac5f7a4daf231bc403a78a658aae2db2') +sha1sums=('2f7ff6d98b50396f9afa1ce9cf6958cba2ec4956') build() { cd "${srcdir}" |