diff options
author | root <root@rshg054.dnsready.net> | 2012-03-09 00:01:18 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-03-09 00:01:18 +0000 |
commit | cf46d1f178976dd464382bb833d45c01c0faba3a (patch) | |
tree | 8659021c45d7b0378ca1ccc82008bb8236a58a34 /extra/kactivities/PKGBUILD | |
parent | 718c8e57ef26498cff228de3de92bf5c8a3f6343 (diff) |
Fri Mar 9 00:01:18 UTC 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 ab85e6e7b..76d22ab0f 100644 --- a/extra/kactivities/PKGBUILD +++ b/extra/kactivities/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 152041 2012-03-04 14:22:26Z andrea $ +# $Id: PKGBUILD 152486 2012-03-07 16:12:35Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kactivities -pkgver=4.8.0 +pkgver=4.8.1 pkgrel=1 arch=('i686' 'x86_64') 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/xz/${pkgname}-${pkgver}.tar.xz") -sha1sums=('ac64d13f767c06bfcf2040fcdf94a78410ad035d') +sha1sums=('29979514848633da71780b342e7328063bd47d07') build() { cd "${srcdir}" |