Date: Saturday, August 19, 2017 @ 18:25:12
  Author: arojas
Revision: 302886

Add editorconfig support (FS#55062)

Modified:
  ktexteditor/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-08-19 18:21:13 UTC (rev 302885)
+++ PKGBUILD    2017-08-19 18:25:12 UTC (rev 302886)
@@ -4,12 +4,12 @@
 
 pkgname=ktexteditor
 pkgver=5.37.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Advanced embeddable text editor'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
 license=('LGPL')
-depends=('kparts' 'syntax-highlighting' 'libgit2')
+depends=('kparts' 'syntax-highlighting' 'libgit2' 'editorconfig-core-c')
 makedepends=('extra-cmake-modules' 'python' 'doxygen' 'qt5-tools')
 groups=('kf5')
 
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})

Reply via email to