diff options
Diffstat (limited to 'extra/plasma-framework')
-rw-r--r-- | extra/plasma-framework/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/plasma-framework/PKGBUILD b/extra/plasma-framework/PKGBUILD index bc88babef..1005976cd 100644 --- a/extra/plasma-framework/PKGBUILD +++ b/extra/plasma-framework/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 214163 2014-06-04 09:08:45Z andrea $ +# $Id: PKGBUILD 216694 2014-07-08 18:35:22Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=plasma-framework -pkgver=4.100.0 +pkgver=5.0.0 pkgrel=1 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5' arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ license=('LGPL') depends=('qt5-quickcontrols' 'kdeclarative' 'kactivities-frameworks') makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools') groups=('kf5') -source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('a49ff1fb805f15115e4365bae6bbb45d') +source=("http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") +md5sums=('088643662f7e60b5cafe2f26182882eb') prepare() { mkdir -p build |