diff options
Diffstat (limited to 'extra/kactivities/PKGBUILD')
-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 cec376c29..d183592fe 100644 --- a/extra/kactivities/PKGBUILD +++ b/extra/kactivities/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 158375 2012-05-03 22:30:53Z andrea $ +# $Id: PKGBUILD 161089 2012-06-08 06:34:17Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kactivities -pkgver=4.8.3 +pkgver=4.8.4 pkgrel=1 arch=('i686' 'x86_64' 'mips64el') pkgdesc='API for using and interacting with Activities' @@ -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=('de382701c5a9f8c04de78124a4b2c19f3707656c') +sha1sums=('3f42c18bae5a1d6bbd7fca471d8b4f9755875e06') build() { cd "${srcdir}" |