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

Jan Steffens heftig at archlinux.org
Thu Jul 21 19:36:34 UTC 2016


    Date: Thursday, July 21, 2016 @ 19:36:33
  Author: heftig
Revision: 272098

1.3.0-1

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-21 19:23:07 UTC (rev 272097)
+++ PKGBUILD	2016-07-21 19:36:33 UTC (rev 272098)
@@ -3,7 +3,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=1.2.7
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 license=(MIT)
 makedepends=(glib2 freetype2 graphite cairo icu gobject-introspection gtk-doc ragel)
 source=(http://www.freedesktop.org/software/harfbuzz/release/${pkgbase}-${pkgver}.tar.bz2)
-sha256sums=('bba0600ae08b84384e6d2d7175bea10b5fc246c4583dc841498d01894d479026')
+sha256sums=('b04be31633efee2cae1d62d46434587302554fa837224845a62565ec68a0334d')
 
 prepare() {
   mkdir path
@@ -27,7 +27,7 @@
   CXXFLAGS+=' -DNDEBUG'
   ./configure --prefix=/usr \
     --with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \
-    --with-gobject --enable-doc
+    --with-gobject --enable-gtk-doc
   make
 }
 



More information about the arch-commits mailing list