Date: Friday, July 9, 2021 @ 20:54:15 Author: heftig Revision: 976317
2.8.2-1 Modified: lib32-harfbuzz/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-07-09 20:50:39 UTC (rev 976316) +++ PKGBUILD 2021-07-09 20:54:15 UTC (rev 976317) @@ -3,7 +3,7 @@ pkgbase=lib32-harfbuzz pkgname=(lib32-harfbuzz lib32-harfbuzz-icu) -pkgver=2.8.1 +pkgver=2.8.2 pkgrel=1 pkgdesc="OpenType text shaping engine (32-bit)" url="https://www.freedesktop.org/wiki/Software/HarfBuzz" @@ -12,7 +12,7 @@ makedepends=(lib32-glib2 lib32-freetype2 lib32-icu ragel git python meson harfbuzz) checkdepends=(python-fonttools python-setuptools) -_commit=b37f03f16b39d397a626f097858e9ae550234ca0 # tags/2.8.1^0 +_commit=63e15eac4f443fa53565d1e4fb9611cdd7814f28 # tags/2.8.2^0 source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit") sha256sums=('SKIP') @@ -50,7 +50,7 @@ libgobject-2.0.so harfbuzz) provides=(libharfbuzz.so libharfbuzz-subset.so libharfbuzz-gobject.so) - DESTDIR="$pkgdir" meson install -C build + meson install -C build --destdir "$pkgdir" rm -rf "${pkgdir}"/usr/{include,share,bin} # Split harfbuzz-icu
