author | Antonio Rojas
<arojas@archlinux.org> 2015-08-24 19:32:59 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2015-08-24 19:32:59 UTC |
parent | 20decd599a418075ac1b1c2af61e3bd025613604 |
PKGBUILD | +4 | -4 |
diff --git a/PKGBUILD b/PKGBUILD index 3f73e61..b8ba936 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,14 +4,14 @@ pkgbase=oxygen pkgname=('oxygen' 'oxygen-cursors' 'oxygen-kde4') -pkgver=5.3.2 +pkgver=5.4.0 pkgrel=1 arch=('i686' 'x86_64') url='https://projects.kde.org/projects/kde/workspace/oxygen' license=('LGPL') -makedepends=('frameworkintegration' 'kdecoration' 'extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4') +makedepends=('frameworkintegration' 'kcmutils' 'kdecoration' 'extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4') source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('675e7bdad3c28a808731c2eaa87e8b14') +md5sums=('8a8b312d21eed54912a0357df1c4f1ec') prepare() { mkdir build{,-kde4} @@ -39,7 +39,7 @@ build() { package_oxygen() { pkgdesc='KDE Oxygen style' - depends=('frameworkintegration' 'kdecoration') + depends=('frameworkintegration' 'kdecoration' 'kcmutils') optdepends=('oxygen-cursors: cursor themes for Plasma 5') groups=('plasma')