From 45e373ee9c0112014783dcd1c166598cedd1dee1 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 26 May 2020 21:45:24 +0200 Subject: [PATCH] harfbuzz: rebuild against icu-67.1 --- srcpkgs/harfbuzz/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/harfbuzz/template b/srcpkgs/harfbuzz/template index afbbed8627e..302465c7ddd 100644 --- a/srcpkgs/harfbuzz/template +++ b/srcpkgs/harfbuzz/template @@ -1,7 +1,7 @@ # Template file for 'harfbuzz' pkgname=harfbuzz version=2.6.6 -revision=1 +revision=2 build_style=gnu-configure configure_args="--with-glib --with-freetype --with-cairo --with-icu --with-graphite2" hostmakedepends="automake glib-devel libtool pkg-config"