From 6ce0febfce61f64c1b813adebaad1dab7f4e88a0 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 14 May 2019 11:17:02 +0200 Subject: [PATCH] ktexteditor: update to 5.58.0 [ci skip] --- srcpkgs/ktexteditor/template | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/srcpkgs/ktexteditor/template b/srcpkgs/ktexteditor/template index 475981278c0..17ee3eeadf0 100644 --- a/srcpkgs/ktexteditor/template +++ b/srcpkgs/ktexteditor/template @@ -1,6 +1,6 @@ # Template file for 'ktexteditor' pkgname=ktexteditor -version=5.57.0 +version=5.58.0 revision=1 build_style=cmake configure_args="-DBUILD_TESTING=OFF" @@ -11,11 +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=aa510656f632ef09c18af4263386265c293cb929f139786acd102881250314c3 - -case "$XBPS_TARGET_MACHINE" in - armv7l-musl) broken="include/c++/8.3.0/bits/stl_relops.:67: Parse error at std" ;; -esac +checksum=dc28916db7eb8a24f89b6570358d576b73e1ca60f7364871a0ef67f9fd62db8e if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-qmake python kauth kparts"