From c7406db25bbc2d5c5a4276679fd4c5039de6874e Mon Sep 17 00:00:00 2001 From: cr6git Date: Thu, 11 Oct 2018 10:00:02 +0200 Subject: [PATCH] textosaurus: update to 0.9.9. --- srcpkgs/textosaurus/template | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/srcpkgs/textosaurus/template b/srcpkgs/textosaurus/template index e32370b823..8206b42b43 100644 --- a/srcpkgs/textosaurus/template +++ b/srcpkgs/textosaurus/template @@ -1,8 +1,8 @@ # Template file for 'textosaurus' pkgname=textosaurus -version=0.9.8 +version=0.9.9 revision=1 -_scommit=24d3deb8bea74458224a2cdfc384a6971822448e +_scommit=80a5f7a7ce2ca109b141b9d3fa0ad49ef9b47cf2 build_style=qmake hostmakedepends="pkg-config qt5-tools" makedepends="qt5-svg-devel" @@ -11,10 +11,11 @@ short_desc="Simple cross-platform text editor based on Qt and Scintilla" maintainer="Leandro Vital " license="GPL-3.0-only" homepage="https://github.com/martinrotter/textosaurus" +changelog="https://raw.githubusercontent.com/martinrotter/textosaurus/master/resources/text/CHANGELOG" distfiles="${homepage}/archive/${version}.tar.gz https://github.com/martinrotter/scintilla/archive/${_scommit}.tar.gz" -checksum="efeb02a5ea33a47d9843c7859712bff87350307fdc6dee48823ac74ca0ad7354 - f9d3e1716417eacbe8128df2140a303a75734e9bf53731763d9c7be264249e75" +checksum="dd81358be4468504e45ee5f5dd552f2b37fd0b03b1cb3b0b25364a0b3fe9a231 + 9839bddc36167369196665d7500df65d13f02dbdb977fba59a628e8890f69385" if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-svg-devel"