diff options
Diffstat (limited to 'extra/kdeclarative/PKGBUILD')
-rw-r--r-- | extra/kdeclarative/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/kdeclarative/PKGBUILD b/extra/kdeclarative/PKGBUILD index a4c9c8874..c4c850b3f 100644 --- a/extra/kdeclarative/PKGBUILD +++ b/extra/kdeclarative/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 214154 2014-06-04 09:07:09Z andrea $ +# $Id: PKGBUILD 216683 2014-07-08 18:33:57Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdeclarative -pkgver=4.100.0 +pkgver=5.0.0 pkgrel=1 pkgdesc='KDeclarative' arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ license=('LGPL') depends=('kio') makedepends=('extra-cmake-modules') groups=('kf5') -source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('76ec3ecaa12667d687365d5a7d40b130') +source=("http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") +md5sums=('9ffd395578771ff0933532aa9a83061f') prepare() { mkdir -p build |