author | Andrea Scarpino
<andrea@archlinux.org> 2015-01-09 08:02:04 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2015-01-09 08:02:04 UTC |
parent | 2a96c2b9d224d63185a329008c2331514e31d07c |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 2f01e22..b9b444f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,12 +2,12 @@ pkgname=plasma-framework pkgver=5.6.0 -pkgrel=1 +pkgrel=2 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5' arch=('i686' 'x86_64') url='https://projects.kde.org/projects/frameworks/plasma-framework' license=('LGPL') -depends=('qt5-quickcontrols' 'kactivities-frameworks') +depends=('qt5-quickcontrols' 'kactivities-frameworks' 'kpackage') makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools') groups=('kf5') source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")