From 18a095e5cc823bbd543413f8f80dc19d89cbee8c Mon Sep 17 00:00:00 2001 From: John Date: Sun, 13 Oct 2019 00:31:26 +0300 Subject: [PATCH] ktexteditor: update to 5.63.0 [ci skip] --- srcpkgs/ktexteditor/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/ktexteditor/template b/srcpkgs/ktexteditor/template index 49798e3a476..1f74c78469d 100644 --- a/srcpkgs/ktexteditor/template +++ b/srcpkgs/ktexteditor/template @@ -1,6 +1,6 @@ # Template file for 'ktexteditor' pkgname=ktexteditor -version=5.62.0 +version=5.63.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -11,7 +11,7 @@ maintainer="John " license="LGPL-2.0-or-later" homepage="https://projects.kde.org/projects/frameworks/ktexteditor" distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz" -checksum=e02d54035367071d44a1499a7f6c482491116c5676fa8ceb57b1e9f564975092 +checksum=0abbefbad6d66da767b99621f1dc2c4e1568012bff809fc4469608337236d46d if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kauth kparts"