summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSchala2016-10-27 02:45:11 -0700
committerSchala2016-10-27 02:45:11 -0700
commit39e532352c879d75bf0e6b52e5531587359a3607 (patch)
tree5a550f62d4bb824de3a63262b1d4fbee096b80cf
parent3c6470a56aa540397b7aab22428727228fab7328 (diff)
downloadaur-39e532352c879d75bf0e6b52e5531587359a3607.tar.gz
1.3.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea28919e0f4f..5ee7ad19f6e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Oct 22 00:54:27 UTC 2016
+# Thu Oct 27 09:44:53 UTC 2016
pkgbase = mingw-w64-harfbuzz
pkgdesc = OpenType text shaping engine (mingw-w64)
- pkgver = 1.3.2
- pkgrel = 2
+ pkgver = 1.3.3
+ pkgrel = 1
url = http://www.freedesktop.org/wiki/Software/HarfBuzz
arch = any
license = MIT
@@ -15,8 +15,8 @@ pkgbase = mingw-w64-harfbuzz
options = !strip
options = !buildflags
options = staticlibs
- source = http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.3.2.tar.bz2
- sha256sums = 8543a6372f08c5987c632dfaa86210c7edb3f43fbacd96095c609bc3539ce027
+ source = http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-1.3.3.tar.bz2
+ sha256sums = 2620987115a4122b47321610dccbcc18f7f121115fd7b88dc8a695c8b66cb3c9
pkgname = mingw-w64-harfbuzz
depends = mingw-w64-freetype2
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