summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Albers2020-02-22 16:07:43 +0100
committerDaniel Albers2020-02-22 16:10:34 +0100
commitcecc3685776c63a6ec2810f9a3bbd975b07cf022 (patch)
treef5e4ba3017d51738b35e8f7220a4e9aa08b3f310
parente6085ba5d607c1831f7cfbe0d502a0af41cd6f83 (diff)
downloadaur-cecc3685776c63a6ec2810f9a3bbd975b07cf022.tar.gz
Remove circular dependency on kde-cli-tools
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD17
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cacfc1dd4ec..cc31f670146b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = plasma-workspace-git
pkgdesc = KDE Plasma Workspace
- pkgver = r4154.a84e771
- pkgrel = 3
+ pkgver = r8766.ed72b1de7
+ pkgrel = 1
url = https://projects.kde.org/projects/kde/kde-workspace
arch = i686
arch = x86_64
@@ -16,7 +16,6 @@ pkgbase = plasma-workspace-git
depends = kjsembed-git
depends = knotifyconfig-git
depends = ktexteditor-git
- depends = kde-cli-tools-git
depends = kio-extras-git
depends = baloo-git
depends = milou-git
diff --git a/PKGBUILD b/PKGBUILD
index f61f121a1c28..d89b92190a6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,16 @@
-# Maintainer: Antonio Rojas <arojas@archlinux.org>
-# Contributor: Alexey D. <lq07829icatm at rambler.ru>
-
pkgname=plasma-workspace-git
-pkgver=r4154.a84e771
-pkgrel=3
+pkgver=r8766.ed72b1de7
+pkgrel=1
pkgdesc='KDE Plasma Workspace'
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/kde/kde-workspace'
license=('LGPL')
-depends=('qt5-tools' 'kded-git' 'libksysguard-git' 'kjsembed-git' 'knotifyconfig-git' 'ktexteditor-git' 'kde-cli-tools-git'
- 'kio-extras-git' 'baloo-git' 'milou-git' 'libkscreen-git' 'breeze-git' 'kwin-git' 'gpsd' 'libqalculate'
- 'khelpcenter-git' 'xorg-xrdb' 'xorg-xsetroot' 'xorg-xmessage' 'xorg-xprop' 'prison-git' 'kxmlrpcclient-git'
- 'networkmanager-qt' 'kscreenlocker-git' 'kholidays-git')
+depends=('qt5-tools' 'kded-git' 'libksysguard-git' 'kjsembed-git'
+ 'knotifyconfig-git' 'ktexteditor-git' 'kio-extras-git' 'baloo-git' 'milou-git'
+ 'libkscreen-git' 'breeze-git' 'kwin-git' 'gpsd' 'libqalculate'
+ 'khelpcenter-git' 'xorg-xrdb' 'xorg-xsetroot' 'xorg-xmessage' 'xorg-xprop'
+ 'prison-git' 'kxmlrpcclient-git' 'networkmanager-qt' 'kscreenlocker-git'
+ 'kholidays-git')
makedepends=('extra-cmake-modules-git' 'git' 'kdoctools-git')
optdepends=('plasma-workspace-wallpapers: additional wallpapers')
conflicts=('plasma-workspace' 'drkonqi' 'kdebase-workspace')