author | Andrea Scarpino
<andrea@archlinux.org> 2015-01-26 19:01:40 UTC |
committer | Andrea Scarpino
<andrea@archlinux.org> 2015-01-26 19:01:40 UTC |
parent | 1f514eab37cc33f84449acd0898e0976e0bb7586 |
PKGBUILD | +5 | -5 |
diff --git a/PKGBUILD b/PKGBUILD index 089d2d5..c01e7a9 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Antonio Rojas pkgname=plasma-desktop -pkgver=5.1.2 +pkgver=5.2.0 pkgrel=1 pkgdesc='KDE Plasma Desktop' arch=('i686' 'x86_64') @@ -10,16 +10,16 @@ url='https://www.kde.org/workspaces/plasmadesktop/' license=('LGPL') depends=('qt5-graphicaleffects' 'powerdevil' 'polkit-kde-frameworks' 'libcanberra' 'kwin' 'libusb-compat' 'libxkbfile' 'kmenuedit' 'systemsettings' 'ksysguard') -makedepends=('extra-cmake-modules' 'kdoctools') +makedepends=('extra-cmake-modules' 'kdoctools' 'boost') optdepends=('plasma-nm: Network manager applet') conflicts=('kdebase-workspace' 'kdebase-kdepasswd') install="${pkgname}.install" -groups=('plasma-next') +groups=('plasma') source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz") -md5sums=('cd5dbce577c175cb33008702400d5598') +md5sums=('476bc7465f8615b932696c9721453d26') prepare() { - mkdir -p build + mkdir build } build() {