ttfautohint: update to 1.8.2.

This commit is contained in:
maxice8 2018-07-24 16:28:33 -03:00
parent ba6c6ca7f5
commit 1b13cf5644
1 changed files with 4 additions and 4 deletions

View File

@ -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 <renato@renag.me>"
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