git » kdenlive.git » commit 6494d7e

Add kded dependency (FS#46113)

author Antonio Rojas
2015-08-27 23:45:24 UTC
committer Antonio Rojas
2015-08-27 23:45:24 UTC
parent 11854237e5bbd0c1785e988ef51346947a7c7767

Add kded dependency (FS#46113)

PKGBUILD +8 -7

diff --git a/PKGBUILD b/PKGBUILD
index 6ea9104..a9b64e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
+# Maintainer: Antonio Rojas <arojas@archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
 # Contributor: Zuf <kontakt.zuf@gmail.com>
 # Contributor: Darwin Bautista <djclue917@gmail.com>
 # Contributor: Gustavo Alvarez <sl1pkn07@gmail.com>
 
 pkgname=kdenlive
 pkgver=15.08.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A non-linear video editor for Linux using the MLT video framework"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url="http://www.kdenlive.org/"
-license=('GPL')
-groups=('kde-applications' 'kdemultimedia')
-depends=('knewstuff' 'kplotting' 'knotifyconfig' 'mlt' 'glu' 'sdl_image' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'v4l-utils')
+license=(GPL)
+groups=(kde-applications kdemultimedia)
+depends=(knewstuff kplotting knotifyconfig kded mlt glu sdl_image hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools v4l-utils)
 optdepends=('ffmpeg: for FFmpeg plugin'
             'cdrkit: for creation of DVD ISO images'
             'dvdauthor: for creation of DVD'