git » ktexteditor.git » commit 19e42b5

Add git support

author Andrea Scarpino
2014-10-17 18:07:49 UTC
committer Andrea Scarpino
2014-10-17 18:07:49 UTC
parent cb371137541d64414d8eed276f19a31b6e2a0d5e

Add git support

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 5e02170..d20ea4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
 
 pkgname=ktexteditor
 pkgver=5.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc='KTextEditor framework'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/ktexteditor'
 license=('LGPL')
-depends=('kparts')
+depends=('kparts' 'libgit2')
 makedepends=('extra-cmake-modules')
 groups=('kf5')
 source=("http://download.kde.org/stable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz")