git » ktexteditor.git » commit f26c40d

Add editorconfig support (FS#55062)

author Antonio Rojas
2017-08-19 18:25:12 UTC
committer Antonio Rojas
2017-08-19 18:25:12 UTC
parent 30796b71698740beb0561cd36de1f635618972f3

Add editorconfig support (FS#55062)

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 269c2c3..44a623c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,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})