diff options
author | Antonio Rojas | 2015-08-24 19:32:59 +0000 |
---|---|---|
committer | Antonio Rojas | 2015-08-24 19:32:59 +0000 |
commit | 08eaaea6af64c63e235e3bfc560650945c45e755 (patch) | |
tree | 739eda98210bd49a5851f8d5f565c46155890382 /PKGBUILD | |
parent | a62a0129c9497e068ead7cceaa2b1beb6161db62 (diff) | |
download | aur-08eaaea6af64c63e235e3bfc560650945c45e755.tar.gz |
Merge kde-unstable
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,20 +2,20 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kwin -pkgver=5.3.2 +pkgver=5.4.0 pkgrel=1 pkgdesc='KDE Window manager' arch=('i686' 'x86_64') url='https://projects.kde.org/projects/kde/workspace/kwin' license=('LGPL') depends=('qt5-multimedia' 'plasma-framework' 'knewstuff' 'xcb-util-cursor' 'kinit' - 'hicolor-icon-theme' 'kwayland' 'libinput' 'kdecoration') + 'hicolor-icon-theme' 'kwayland' 'kdecoration') makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools') groups=('plasma') install=${pkgname}.install conflicts=('kdebase-workspace') source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz") -md5sums=('55357eef894ba4e6c16b77c385a63675') +md5sums=('8f92fbd1829df43755dc7cefc87d1e1d') prepare() { mkdir build |