From 71667b3b7cee7891f3410fbb59f3cd457569a8f6 Mon Sep 17 00:00:00 2001 From: Piraty Date: Sun, 22 Jul 2018 13:37:38 +0200 Subject: [PATCH] qscintilla-qt5: update to 2.10.7. changelog: https://www.riverbankcomputing.com/static/Downloads/QScintilla/ChangeLog-2.10.8.dev1808021831 --- srcpkgs/qscintilla-qt5/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/qscintilla-qt5/template b/srcpkgs/qscintilla-qt5/template index 3b958e0de41..02330591720 100644 --- a/srcpkgs/qscintilla-qt5/template +++ b/srcpkgs/qscintilla-qt5/template @@ -1,17 +1,18 @@ # Template file for 'qscintilla-qt5' pkgname=qscintilla-qt5 -version=2.10.4 +version=2.10.7 revision=1 wrksrc="QScintilla_gpl-${version}" build_wrksrc="Qt4Qt5" build_style="qmake" +hostmakedepends="qt5-qmake" makedepends="qt5-devel" short_desc="A port to Qt5 of Neil Hodgson's Scintilla C++ editor class" maintainer="Pierre Allegraud " -homepage="https://www.riverbankcomputing.co.uk/software/qscintilla/intro" +homepage="https://www.riverbankcomputing.com/software/qscintilla/intro" license="GPL-3.0-only" distfiles="${SOURCEFORGE_SITE}/pyqt/${wrksrc}.tar.gz" -checksum=0353e694a67081e2ecdd7c80e1a848cf79a36dbba78b2afa36009482149b022d +checksum=670458de71dd4205e92d8f3b7bad9f667afece925703cde9df6d04bc23331a1a if [ -n "$CROSS_BUILD" ]; then hostmakedepends="qt5-devel"