From bf631c47e2036e2b5369a3dc892163f50966612d Mon Sep 17 00:00:00 2001 From: AlmAck Date: Sat, 22 Dec 2018 00:50:49 +0100 Subject: [PATCH] harfbuzz 2.2.0 --- harfbuzz/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/harfbuzz/PKGBUILD b/harfbuzz/PKGBUILD index 782552ff9..c4c19702f 100644 --- a/harfbuzz/PKGBUILD +++ b/harfbuzz/PKGBUILD @@ -1,14 +1,14 @@ pkgbase=(harfbuzz) pkgname=(harfbuzz harfbuzz-icu) -pkgver=1.6.0 -pkgrel=2 +pkgver=2.2.0 +pkgrel=1 pkgdesc="OpenType text shaping engine" url="http://www.freedesktop.org/wiki/Software/HarfBuzz" arch=(x86_64) license=(MIT) makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc ragel git python3) -_commit=25846cc39fb8a9516b8de4333f909851d471156f # tags/1.6.0^0 +_commit=dc41ecef85b094b30c612113606597b91c55351c # tags/2.2.0^0 source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit") sha256sums=('SKIP')