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 | 80b616d0d98db4ba31fd0cfaa8a6625377c3739c |
PKGBUILD | +5 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 35f4543..230d711 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,14 +3,15 @@ pkgbase=breeze pkgname=('breeze' 'breeze-kde4') -pkgver=5.1.2 +pkgver=5.2.0 pkgrel=1 arch=('i686' 'x86_64') url='https://projects.kde.org/projects/kde/workspace/breeze' license=('LGPL') -makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs' 'automoc4') +makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs' + 'automoc4') source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz") -md5sums=('d3ca341863579bab1222353a84fa09fa') +md5sums=('6fb1281714f7da7d9b9dfcbdbf69147e') prepare() { mkdir build{,-kde4} @@ -36,7 +37,7 @@ build() { } package_breeze() { - depends=('frameworkintegration') + depends=('frameworkintegration' 'kdecoration') pkgdesc='Artwork, styles and assets for the Breeze visual style for the Plasma Desktop' optdepends=('breeze-kde4: Breeze widget style for KDE4 applications' 'oxygen-icons: fallback icon theme')