┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFelix Yan <[email protected]>2016-03-30 02:56:07 +0000
committerFelix Yan <[email protected]>2016-03-30 02:56:07 +0000
commite4110c2d0fb54a06d6d6bedfab56c4cb15fa85a7 (patch)
tree967b14b8ea78496d450fbe70e98072352ec03db5 /PKGBUILD
parent14047caaf01400be7e86cffd90a2ac03920994a2 (diff)
fix missing dependency on kcmutils
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7b3e7e..b3c44b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=dolphin
pkgver=15.12.3
-pkgrel=1
+pkgrel=2
pkgdesc="File Manager"
arch=(i686 x86_64)
url="http://kde.org/applications/system/dolphin/"
license=(LGPL)
-depends=(baloo-widgets knewstuff kio-extras kactivities kuiserver)
+depends=(baloo-widgets knewstuff kio-extras kactivities kuiserver kcmutils)
makedepends=(extra-cmake-modules kdoctools python)
optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: video thumbnails'
'ruby: installing new service menus with GHNS' 'plasma-workspace: remote:// protocol'