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

Jan Steffens heftig at archlinux.org
Wed Jun 6 14:39:28 UTC 2018


    Date: Wednesday, June 6, 2018 @ 14:39:28
  Author: heftig
Revision: 341216

1.8.0-1

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-06 14:39:24 UTC (rev 341215)
+++ PKGBUILD	2018-06-06 14:39:28 UTC (rev 341216)
@@ -2,15 +2,16 @@
 # Maintainer: Florian Pritz <bluewind at xinu.at>
 
 pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
-pkgver=1.7.6
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
 pkgdesc="OpenType text shaping engine (32-bit)"
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz"
 arch=(x86_64)
 license=(MIT)
-makedepends=(lib32-glib2 lib32-freetype2 lib32-cairo lib32-icu harfbuzz gcc-multilib ragel git
-             python)
-_commit=ff2f81432bb0484a019a678058595e10217df51d  # tags/1.7.6^0
+depends=(lib32-glib2 lib32-freetype2 harfbuzz)
+makedepends=(lib32-cairo lib32-icu gcc-multilib ragel git python)
+checkdepends=(python-fonttools)
+_commit=37986aa9b7ac44b1c4c50ebba9902d06cc8a45e0  # tags/1.8.0^0
 source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit")
 sha256sums=('SKIP')
 
@@ -50,7 +51,6 @@
 }
 
 package_lib32-harfbuzz() {
-  depends=(lib32-glib2 lib32-freetype2 harfbuzz)
 
   cd harfbuzz
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list