diff options
Diffstat (limited to 'extra/kdbusaddons/PKGBUILD')
-rw-r--r-- | extra/kdbusaddons/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/kdbusaddons/PKGBUILD b/extra/kdbusaddons/PKGBUILD index b98716b26..963e4893e 100644 --- a/extra/kdbusaddons/PKGBUILD +++ b/extra/kdbusaddons/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 214138 2014-06-04 09:04:04Z andrea $ +# $Id: PKGBUILD 216667 2014-07-08 18:31:40Z andrea $ # Maintainer: Andrea Scarpino <andrea@archlinux.org> pkgname=kdbusaddons -pkgver=4.100.0 +pkgver=5.0.0 pkgrel=1 pkgdesc='KDBusAddons' arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ license=('LGPL') depends=('qt5-x11extras') makedepends=('extra-cmake-modules' 'qt5-tools') groups=('kf5') -source=("http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('74ee95bc3dcc8638042039ae8e1bc477') +source=("http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz") +md5sums=('da8585a074b204ab2bcd3e7bc8f4ddef') prepare() { mkdir -p build |