git » ktexteditor.git » commit 8aa521e

Disable libgit support until Qt is ported to openssl 1.1

author Antonio Rojas
2017-03-28 08:16:18 UTC
committer Antonio Rojas
2017-03-28 08:16:18 UTC
parent 5bc73f059cc6fefae5c0742d26aef62467541107

Disable libgit support until Qt is ported to openssl 1.1

PKGBUILD +2 -2

diff --git a/PKGBUILD b/PKGBUILD
index 8fe4cc2..5c8da42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
 
 pkgname=ktexteditor
 pkgver=5.32.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Advanced embeddable text editor'
 arch=('i686' 'x86_64')
 url='https://community.kde.org/Frameworks'
 license=('LGPL')
-depends=('kparts' 'libgit2' 'syntax-highlighting')
+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})