git » kactivities.git » commit af08fa0

KDE 4.8.0

author Andrea Scarpino
2012-01-25 20:34:21 UTC
committer Andrea Scarpino
2012-01-25 20:34:21 UTC
parent b03c4691edd66aeb240308815c6df32a6a714db2

KDE 4.8.0

PKGBUILD +3 -3

diff --git a/PKGBUILD b/PKGBUILD
index 3528164..24b0d69 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=kactivities
-pkgver=4.7.97
+pkgver=4.8.0
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='API for using and interacting with Activities'
@@ -9,8 +9,8 @@ url='http://kde.org/'
 license=('GPL' 'FDL')
 depends=('kdelibs')
 makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('867c885ad86054b827d5e5f11399a9252d68e7a5')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('ac64d13f767c06bfcf2040fcdf94a78410ad035d')
 
 build() {
   cd "${srcdir}"