summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSchala2016-10-27 02:45:11 -0700
committerSchala2016-10-27 02:45:11 -0700
commit39e532352c879d75bf0e6b52e5531587359a3607 (patch)
tree5a550f62d4bb824de3a63262b1d4fbee096b80cf /PKGBUILD
parent3c6470a56aa540397b7aab22428727228fab7328 (diff)
downloadaur-39e532352c879d75bf0e6b52e5531587359a3607.tar.gz
1.3.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 042609938242..3cee41c04779 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase=mingw-w64-harfbuzz
pkgname=(mingw-w64-harfbuzz mingw-w64-harfbuzz-icu)
-pkgver=1.3.2
-pkgrel=2
+pkgver=1.3.3
+pkgrel=1
pkgdesc="OpenType text shaping engine (mingw-w64)"
arch=(any)
url="http://www.freedesktop.org/wiki/Software/HarfBuzz"
@@ -9,7 +9,7 @@ license=("MIT")
makedepends=(mingw-w64-configure mingw-w64-cairo mingw-w64-icu mingw-w64-graphite mingw-w64-freetype2)
options=(!strip !buildflags staticlibs)
source=("http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-${pkgver}.tar.bz2")
-sha256sums=('8543a6372f08c5987c632dfaa86210c7edb3f43fbacd96095c609bc3539ce027')
+sha256sums=('2620987115a4122b47321610dccbcc18f7f121115fd7b88dc8a695c8b66cb3c9')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
@@ -37,7 +37,6 @@ build() {
--with-icu \
--with-gobject \
--with-graphite2 \
- --disable-introspection \
--enable-static=yes \
--enable-shared=no
make
@@ -51,7 +50,6 @@ build() {
--with-icu \
--with-gobject \
--with-graphite2 \
- --disable-introspection \
--enable-static=no \
--enable-shared=yes
make