diff options
Diffstat (limited to 'extra/kcmutils/PKGBUILD')
-rw-r--r-- | extra/kcmutils/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/kcmutils/PKGBUILD b/extra/kcmutils/PKGBUILD index c22dec4f7..cd289280a 100644 --- a/extra/kcmutils/PKGBUILD +++ b/extra/kcmutils/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 214166 2014-06-04 09:09:23Z andrea $ +# $Id: PKGBUILD 216697 2014-07-08 18:35:48Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kcmutils -pkgver=4.100.0 +pkgver=5.0.0 pkgrel=1 pkgdesc='Utilities for interacting with KCModules' arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ license=('LGPL') depends=('kxmlgui') makedepends=('extra-cmake-modules') groups=('kf5') -source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('f51fc578a8ccf87fb37a0c6df8f406c2') +source=("http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") +md5sums=('25fd159316e94e6f6c458fb7426e5a86') prepare() { mkdir -p build |