diff options
author | root <root@rshg054.dnsready.net> | 2012-12-07 02:09:50 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-12-07 02:09:50 -0800 |
commit | 7de07e40e2c0c078a35c5092e1f2defb65d1741e (patch) | |
tree | bc791b3c1aca7238f6f5e6761930657526005eac /extra/kactivities/PKGBUILD | |
parent | 3f0c4efbf72adbd091565fcc39ad1d09c92be5d0 (diff) |
Fri Dec 7 02:06:33 PST 2012
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 31ce7b205..26a4ea977 100644 --- a/extra/kactivities/PKGBUILD +++ b/extra/kactivities/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 170751 2012-11-10 22:29:02Z andrea $ +# $Id: PKGBUILD 172797 2012-12-06 08:18:49Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kactivities -pkgver=4.9.3 +pkgver=4.9.4 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' 'mesa') source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('79a9c14e10147c7deb20bfe924de9d63a8edb1ab') +sha1sums=('1e3b69751d0da8416215038bc140748df23d4f37') build() { cd "${srcdir}" |