From ecd5c71ef2e71597c2af757eff726bb19b766ec5 Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Sat, 29 Jul 2017 19:29:10 +0200 Subject: [PATCH] texmaker: update to 5.0.1. --- srcpkgs/texmaker/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/texmaker/template b/srcpkgs/texmaker/template index f610351c515..4913401a620 100644 --- a/srcpkgs/texmaker/template +++ b/srcpkgs/texmaker/template @@ -1,6 +1,6 @@ # Template file for 'texmaker' pkgname=texmaker -version=5.0 +version=5.0.1 revision=1 build_style=qmake hostmakedepends="qt5-qmake pkg-config" @@ -10,7 +10,7 @@ maintainer="Andrea Brancaleoni " license="GPL-3" homepage="http://www.xm1math.net/texmaker/index.html" distfiles="http://www.xm1math.net/$pkgname/$pkgname-$version.tar.bz2" -checksum=2a0b329c0ff5c408f72bcefbef16361d26da74e3ca1f39d6b8c78d84c37245a9 +checksum=bdf3bcf91405719fc2ff80c2168f6bff2b3cce9a0012923efc43638b2a278b48 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-host-tools qt5-webkit-devel qt5-script-devel"