diff options
author | Antonio Rojas | 2015-03-22 20:09:16 +0000 |
---|---|---|
committer | Antonio Rojas | 2015-03-22 20:09:16 +0000 |
commit | 8003ef360deb7c7148338de35cfc6339bb92d95a (patch) | |
tree | e5394fd9a2db5e8f702d685c7d4e675a6b4996a7 /PKGBUILD | |
parent | f540f17b79272d1883e3d7711282d4134d33a074 (diff) | |
download | aur-8003ef360deb7c7148338de35cfc6339bb92d95a.tar.gz |
Plasma 5.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -2,21 +2,20 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kwin -pkgver=5.2.1 -_dir=5.2.1 +pkgver=5.2.2 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' 'libxcursor' 'kinit' - 'hicolor-icon-theme' 'libepoxy' 'kwayland' 'libinput' 'kdecoration') + 'hicolor-icon-theme' 'kwayland' 'libinput' 'kdecoration') makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools') groups=('plasma') install=${pkgname}.install conflicts=('kdebase-workspace') -source=("http://download.kde.org/stable/plasma/${_dir}/${pkgname}-${pkgver}.tar.xz") -md5sums=('863205ef27b7a11897fdeb24a75399ed') +source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz") +md5sums=('350283cb1435ec7f30932b06ba5fe36b') prepare() { mkdir build |