summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2018-07-12 10:02:25 +0800
committerpingplug2018-07-12 10:02:25 +0800
commit360d9bd331d28d2b41f12b51f5b91d7b3d93999c (patch)
treed6d0a84a3708b5c40e0cdbcecfa550289b8c7dae
parentec2a3809f7c86f20c3f7a8f012d5f73c4a58d9fe (diff)
downloadaur-360d9bd331d28d2b41f12b51f5b91d7b3d93999c.tar.gz
Updated to 1.8.3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50346e2121db..ba8dd9de75df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-harfbuzz
pkgdesc = OpenType text shaping engine (mingw-w64)
- pkgver = 1.8.2
+ pkgver = 1.8.3
pkgrel = 1
url = https://www.freedesktop.org/wiki/Software/HarfBuzz
arch = any
@@ -19,7 +19,7 @@ pkgbase = mingw-w64-harfbuzz
options = !strip
options = staticlibs
options = !buildflags
- source = git+https://anongit.freedesktop.org/git/harfbuzz#commit=343e8c694b03eea625523229a9468fbb456e3aea
+ source = git+https://anongit.freedesktop.org/git/harfbuzz#commit=2b76767bf572364d3d647cdd139f2044a7ad06b2
sha256sums = SKIP
pkgname = mingw-w64-harfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index 6429defd7cb9..be06dc97efa5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: pingplug <pingplug@foxmail.com>
# Contributor: Schala Zeal <schalaalexiazeal@gmail.com>
-_commit=343e8c694b03eea625523229a9468fbb456e3aea # tags/1.8.2^0
+_commit=2b76767bf572364d3d647cdd139f2044a7ad06b2 # tags/1.8.3^0
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgbase=mingw-w64-harfbuzz
pkgname=('mingw-w64-harfbuzz' 'mingw-w64-harfbuzz-icu')
-pkgver=1.8.2
+pkgver=1.8.3
pkgrel=1
pkgdesc="OpenType text shaping engine (mingw-w64)"
arch=('any')
@@ -51,7 +51,7 @@ build() {
--with-glib \
--with-freetype \
--with-cairo \
- --with-icu \
+ --with-icu \
--with-gobject \
--with-graphite2 \
--enable-static=yes \