[arch-commits] Commit in lib32-harfbuzz/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Aug 14 08:31:39 UTC 2019


    Date: Wednesday, August 14, 2019 @ 08:31:39
  Author: heftig
Revision: 499178

2.6.0-1

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-14 08:20:40 UTC (rev 499177)
+++ PKGBUILD	2019-08-14 08:31:39 UTC (rev 499178)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Pritz <bluewind at xinu.at>
 
 pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
-pkgver=2.5.3
+pkgver=2.6.0
 pkgrel=1
 pkgdesc="OpenType text shaping engine (32-bit)"
 url="https://www.freedesktop.org/wiki/Software/HarfBuzz"
@@ -10,7 +10,7 @@
 depends=(lib32-glib2 lib32-freetype2 harfbuzz)
 makedepends=(lib32-cairo lib32-icu gcc-multilib ragel git python)
 checkdepends=(python-fonttools python-setuptools)
-_commit=b14e413fae8f14b75c5956e9b38e413c878ded0c  # tags/2.5.3^0
+_commit=6461143b44f81a4190d3f1cb02238750536f08e4  # tags/2.6.0^0
 source=("git+https://github.com/harfbuzz/harfbuzz#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -46,7 +46,8 @@
 
 check() {
   cd harfbuzz
-  make check
+  TMPDIR="$srcdir" make check
+  rm -rf "$srcdir"/tmp*
 }
 
 package_lib32-harfbuzz() {



More information about the arch-commits mailing list