author | Antonio Rojas
<arojas@archlinux.org> 2017-05-13 10:13:45 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2017-05-13 10:13:45 UTC |
parent | f9881bd95f688dbf1c2946372e0c6082cdfc0695 |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index b153966..cbbeccb 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,20 +3,20 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kactivities -pkgver=5.33.0 +pkgver=5.34.0 pkgrel=1 arch=('i686' 'x86_64') pkgdesc="Core components for the KDE's Activities" url='https://community.kde.org/Frameworks' license=('LGPL') -depends=('kio') +depends=('kcoreaddons' 'kconfig' 'qt5-declarative') makedepends=('extra-cmake-modules' 'boost' 'python') provides=('kactivities-frameworks') conflicts=('kactivities-frameworks' 'kactivities4') replaces=('kactivities-frameworks') groups=('kf5') source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('5fdf5e71538e70a58777ee9839c8e528182b2c2630b80ee3251597603f984f24' +sha256sums=('b5b8273fae5ea0a243c447f0ea34b890197b6d29b17e4d64645113d7db5ce635' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>