diff options
Diffstat (limited to 'extra/kguiaddons/PKGBUILD')
-rw-r--r-- | extra/kguiaddons/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/kguiaddons/PKGBUILD b/extra/kguiaddons/PKGBUILD index 2c28278a0..7fc6bc701 100644 --- a/extra/kguiaddons/PKGBUILD +++ b/extra/kguiaddons/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 214133 2014-06-04 09:03:09Z andrea $ +# $Id: PKGBUILD 216662 2014-07-08 18:30:54Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kguiaddons -pkgver=4.100.0 +pkgver=5.0.0 pkgrel=1 pkgdesc='KGuiAddons' arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ license=('LGPL') depends=('qt5-x11extras') makedepends=('extra-cmake-modules') groups=('kf5') -source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('2ab5b90b5423aa778f74acc40ef42d73') +source=("http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") +md5sums=('e5a7f23a5c71520f5b0b7f3c4cb71a9e') prepare() { mkdir -p build |