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

Jan Steffens heftig at archlinux.org
Wed Jun 6 14:34:25 UTC 2018


    Date: Wednesday, June 6, 2018 @ 14:34:24
  Author: heftig
Revision: 326033

1.8.0-1

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-06 10:25:22 UTC (rev 326032)
+++ PKGBUILD	2018-06-06 14:34:24 UTC (rev 326033)
@@ -3,15 +3,16 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.7.6
-pkgrel=2
+pkgver=1.8.0
+pkgrel=1
 pkgdesc="OpenType text shaping engine"
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz"
 arch=(x86_64)
 license=(MIT)
-makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc ragel git
-             python)
-_commit=ff2f81432bb0484a019a678058595e10217df51d  # tags/1.7.6^0
+depends=(glib2 freetype2 graphite)
+makedepends=(cairo icu gobject-introspection gtk-doc 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')
 
@@ -46,7 +47,6 @@
 }
 
 package_harfbuzz() {
-  depends=(glib2 freetype2 graphite)
   optdepends=('cairo: hb-view program')
 
   cd $pkgbase



More information about the arch-commits mailing list