plasma 5.4.0

This commit is contained in:
AlmAck 2015-08-20 19:37:30 +00:00
parent 3a48aeab24
commit aa71670b1f
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ prepare() {
build() {
cd build
cmake_kf5 ../${_pkgname}-${pkgver}
cmake_kf5 ../${pkgname}-${pkgver}
make
}
package() {

View File

@ -4,7 +4,7 @@ source ../plasma.conf
pkgbase=plasma-workspace
pkgname=('plasma-workspace' 'drkonqi')
pkgver=${PVersion}
pkgrel=2
pkgrel=1
pkgdesc='KDE Plasma Workspace'
arch=('x86_64')
url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'