Date: Saturday, February 27, 2016 @ 12:47:12 Author: heftig Revision: 260277
1.2.3 Modified: harfbuzz/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-02-27 10:16:54 UTC (rev 260276) +++ PKGBUILD 2016-02-27 11:47:12 UTC (rev 260277) @@ -3,7 +3,7 @@ pkgbase=(harfbuzz) pkgname=(harfbuzz harfbuzz-icu) -pkgver=1.2.1 +pkgver=1.2.3 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=('0c189aa386c5ea8d7c315adf273f56f48f412081a367b3f92abc2d0855fa2226') +sha256sums=('8216d2404aaab7fde87be0365a90d64aa6c55928e104557cfcb37b54a096cb8c') prepare() { mkdir path @@ -23,6 +23,8 @@ build() { cd $pkgbase-$pkgver + CFLAGS+=' -DNDEBUG' + CXXFLAGS+=' -DNDEBUG' ./configure --prefix=/usr \ --with-glib --with-freetype --with-cairo --with-icu --with-graphite2 \ --with-gobject --enable-doc
