git » ktexteditor.git » commit 6a32232

Reenable libgit support

author Antonio Rojas
2017-04-05 14:56:40 UTC
committer Antonio Rojas
2017-04-05 14:56:40 UTC
parent 8aa521ee02f0a9bcf2cd8e31b8c326a740a238f0

Reenable libgit support

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 5c8da42..458b335 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
 
 pkgname=ktexteditor
 pkgver=5.32.0
-pkgrel=3
+pkgrel=4
 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')
 makedepends=('extra-cmake-modules' 'python')
 groups=('kf5')
 source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})