summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpingplug2020-05-20 11:10:42 +0800
committerpingplug2020-05-20 11:10:42 +0800
commitb59ac6da95bb6da138c13061c3e6bcb209631daf (patch)
tree971edf751248756b8c93fd9372d07933646300a0
parentae1a46972589a550fff01eb86d9cbbefabe69d92 (diff)
downloadaur-b59ac6da95bb6da138c13061c3e6bcb209631daf.tar.gz
Updated to 2.13.92
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98a54ec29d80..9cffa5296bb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-fontconfig
pkgdesc = A library for configuring and customizing font access (mingw-w64)
- pkgver = 2.13.1
+ pkgver = 2.13.92
pkgrel = 1
url = https://www.freedesktop.org/wiki/Software/fontconfig/
arch = any
@@ -17,7 +17,7 @@ pkgbase = mingw-w64-fontconfig
options = !strip
options = staticlibs
options = !buildflags
- source = git+https://gitlab.freedesktop.org/fontconfig/fontconfig.git#commit=844d8709a1f3ecab45015b24b72dd775c13b2421
+ source = git+https://gitlab.freedesktop.org/fontconfig/fontconfig.git#commit=b1df1101a643ae16cdfa1d83b939de2497b1bf27
source = 0007-pkgconfig.mingw.patch
sha256sums = SKIP
sha256sums = af373531873da46d0356305da5444c1ec74f443cd2635ea2db6b7dadd1561f5b
diff --git a/PKGBUILD b/PKGBUILD
index aa39f7bab234..307b58fed315 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: pingplug < aur at pingplug dot me >
# Contributor: Schala Zeal < schalaalexiazeal at gmail dot com >
-_commit=844d8709a1f3ecab45015b24b72dd775c13b2421 # tags/2.13.1^0
+_commit=b1df1101a643ae16cdfa1d83b939de2497b1bf27 # tags/2.13.92^0
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
pkgname=mingw-w64-fontconfig
-pkgver=2.13.1
+pkgver=2.13.92
pkgrel=1
pkgdesc="A library for configuring and customizing font access (mingw-w64)"
arch=('any')
@@ -57,7 +57,7 @@ package() {
for _arch in ${_architectures}; do
cd "${srcdir}/fontconfig/build-${_arch}"
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
done