summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2017-04-14 11:12:31 +0200
committerkfg2017-04-14 11:12:31 +0200
commit0465cabcb01360704b44ebf0c83e2db061a299d2 (patch)
treed7b0b5159cb506b908a5cc28d0891d003c26e75d
parent5b4bf2b38eb2f4c5def9a01c9db6d686fe72318b (diff)
downloadaur-0465cabcb01360704b44ebf0c83e2db061a299d2.tar.gz
keep EXEs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 070452b1514e..7f130fa8e0b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri Apr 14 09:12:10 UTC 2017
pkgbase = mingw-w64-fribidi
pkgdesc = A Free Implementation of the Unicode Bidirectional Algorithm (mingw-w64)
pkgver = 0.19.7
- pkgrel = 1
+ pkgrel = 2
url = http://fribidi.org
arch = any
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 634a8a02ec7c..2d75c9753c6d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-fribidi
pkgver=0.19.7
-pkgrel=1
+pkgrel=2
pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm (mingw-w64)"
arch=('any')
license=('LGPL')
@@ -29,9 +29,9 @@ package() {
cd ${srcdir}/fribidi-${pkgver}/build-${_arch}
make DESTDIR="${pkgdir}" install
+ ${_arch}-strip -s ${pkgdir}/usr/${_arch}/bin/*.exe
${_arch}-strip -x -g ${pkgdir}/usr/${_arch}/bin/*.dll
${_arch}-strip -g ${pkgdir}/usr/${_arch}/lib/*.a
rm -r ${pkgdir}/usr/${_arch}/share
- rm ${pkgdir}/usr/${_arch}/bin/*.exe
done
}