[arch-commits] Commit in harfbuzz/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed Aug 14 08:25:12 UTC 2019
Date: Wednesday, August 14, 2019 @ 08:25:11
Author: heftig
Revision: 359803
2.6.0-1
Modified:
harfbuzz/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-08-14 04:34:09 UTC (rev 359802)
+++ PKGBUILD 2019-08-14 08:25:11 UTC (rev 359803)
@@ -2,7 +2,7 @@
pkgbase=(harfbuzz)
pkgname=(harfbuzz harfbuzz-icu)
-pkgver=2.5.3
+pkgver=2.6.0
pkgrel=1
pkgdesc="OpenType text shaping engine"
url="https://www.freedesktop.org/wiki/Software/HarfBuzz"
@@ -11,7 +11,7 @@
depends=(glib2 freetype2 graphite)
makedepends=(cairo icu gobject-introspection gtk-doc 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')
@@ -42,7 +42,8 @@
check() {
cd $pkgbase
- make check
+ TMPDIR="$srcdir" make check
+ rm -rf "$srcdir"/tmp*
}
package_harfbuzz() {
More information about the arch-commits
mailing list