summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2020-05-20 10:39:51 +0800
committerpingplug2020-05-20 10:39:51 +0800
commitabb829d16e3184da34e556e27c21a7a1be1d6f95 (patch)
treed519388156cf91386f520b3c86d16b88081ca8c6
parentb507d13e73c3cd37e1a79b6b885c50f0c6e49fd3 (diff)
downloadaur-abb829d16e3184da34e556e27c21a7a1be1d6f95.tar.gz
Updated to 2.6.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66c133705288..590a8379435d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-harfbuzz
pkgdesc = OpenType text shaping engine (mingw-w64)
- pkgver = 2.6.5
+ pkgver = 2.6.6
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://github.com/harfbuzz/harfbuzz.git#commit=f9bc373381ddf8553f943b774596ae5a53bf2641
+ source = git+https://github.com/harfbuzz/harfbuzz.git#commit=42025680cb0a30eba4ed48d125586a4dda3c973e
sha256sums = SKIP
pkgname = mingw-w64-harfbuzz
diff --git a/PKGBUILD b/PKGBUILD
index 95b8ea7460ea..50cb79e85363 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: pingplug < aur at pingplug dot me >
# Contributor: Schala Zeal < schalaalexiazeal at gmail dot com >
-_commit=f9bc373381ddf8553f943b774596ae5a53bf2641 # tags/2.6.5^0
+_commit=42025680cb0a30eba4ed48d125586a4dda3c973e # tags/2.6.6^0
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgbase=mingw-w64-harfbuzz
pkgname=('mingw-w64-harfbuzz' 'mingw-w64-harfbuzz-icu')
-pkgver=2.6.5
+pkgver=2.6.6
pkgrel=1
pkgdesc="OpenType text shaping engine (mingw-w64)"
arch=('any')
@@ -80,7 +80,7 @@ package_mingw-w64-harfbuzz() {
make DESTDIR="${pkgdir}" install
cd "${srcdir}/harfbuzz/build-${_arch}-shared"
make DESTDIR="${pkgdir}" install
- find "${pkgdir}/usr/${_arch}" -name '*.exe' -exec ${_arch}-strip {} \;
+ find "${pkgdir}/usr/${_arch}" -name '*.exe' -exec rm {} \;
find "${pkgdir}/usr/${_arch}" -name '*.dll' -exec ${_arch}-strip --strip-unneeded {} \;
find "${pkgdir}/usr/${_arch}" -name '*.a' -o -name '*.dll' | xargs ${_arch}-strip -g