From 1b13cf56440aa48cc2b1259090cd33e8755df573 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 24 Jul 2018 16:28:33 -0300 Subject: [PATCH] ttfautohint: update to 1.8.2. --- srcpkgs/ttfautohint/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/ttfautohint/template b/srcpkgs/ttfautohint/template index e4701354066..8dd9d076048 100644 --- a/srcpkgs/ttfautohint/template +++ b/srcpkgs/ttfautohint/template @@ -1,17 +1,17 @@ # Template file for 'ttfautohint' pkgname=ttfautohint -version=1.8.1 +version=1.8.2 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="freetype-devel harfbuzz-devel qt-devel" short_desc="Tools for automated hinting process and finely hand-hinting" maintainer="Renato Aguiar " -license="GPL-2" +license="GPL-2.0-only" homepage="https://www.freetype.org/ttfautohint/" distfiles="http://download.savannah.gnu.org/releases/freetype/ttfautohint-${version}.tar.gz" -checksum=12df5120be194d2731e2a3c596892aa218681614c4f924e24279baf69bb7d4f9 +checksum=386741701596a8b2d5fb744901922ed2bd740490f7e6c81e5d7e83ac677889a7 -if [ -n "$CROSS_BUILD" ]; then +if [ "$CROSS_BUILD" ]; then hostmakedepends+=" qt-host-tools qt-devel" fi