harfbuzz: Update to 0.9.26

This commit is contained in:
Alexpux
2014-02-17 10:49:09 +04:00
parent d431133ef1
commit b2e5b99b63

View File

@@ -3,7 +3,7 @@
_realname=harfbuzz
_mingw_suff=mingw-w64-${CARCH}
pkgname="${_mingw_suff}-${_realname}"
pkgver=0.9.24
pkgver=0.9.26
pkgrel=1
pkgdesc="OpenType text shaping engine (mingw-w64)"
arch=('any')
@@ -14,7 +14,7 @@ depends=("${_mingw_suff}-crt" "${_mingw_suff}-glib2" "${_mingw_suff}-freetype" "
options=('strip' 'staticlibs')
optdepends=("${_mingw_suff}-icu: harfbuzz-icu")
source=("http://www.freedesktop.org/software/harfbuzz/release/${_realname}-${pkgver}.tar.bz2")
sha256sums=('edf25dd8a318acdeacd2aeade2387db23c109fec0da626f2127f43917a372422')
sha256sums=('5ded7dc3d15fb5c9230d7a224b9256b67b35fde30193b4c3a4c3f6b13110e257')
build() {
mkdir -p "${srcdir}/build-${MINGW_CHOST}"