diff options
author | evorster | 2016-07-02 03:55:19 +0200 |
---|---|---|
committer | evorster | 2016-07-02 03:55:19 +0200 |
commit | d037e85eae51870691779307703b072ba8242311 (patch) | |
tree | 709bac36cd6c22a2cf4f890d70eb38032fc9eaac /PKGBUILD | |
parent | 922a7b3dd49ed722cb0660193d7f0dd7d2c1d606 (diff) | |
download | aur-d037e85eae51870691779307703b072ba8242311.tar.gz |
fixed the depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,8 +13,8 @@ pkgdesc="A non-linear video editor for Linux using the MLT video framework. KF5 arch=('i686' 'x86_64') url="http://www.kdenlive.org/" license=('GPL') -depends=('glu' 'kded' qt5-quickcontrols' 'plasma-desktop' 'python' v4l-utils' 'breeze-icons' 'qt5-webkit' 'kfilemetadata' 'knewstuff' -'kplotting' 'knotifyconfig' 'mlt' 'hicolor-icon-theme') +depends=('glu' 'kded' 'qt5-quickcontrols' 'plasma-desktop' 'python' 'v4l-utils' 'breeze-icons' 'qt5-webkit' + 'kfilemetadata' 'knewstuff' 'kplotting' 'knotifyconfig' 'mlt' 'hicolor-icon-theme') makedepends=('extra-cmake-modules' 'kdoctools' 'git' 'v4l-utils') optdepends=('ffmpeg: for FFmpeg plugin' 'cdrkit: for creation of DVD ISO images' |