summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2017-04-14 11:48:01 +0200
committerkfg2017-04-14 11:48:01 +0200
commit56ea6c85257c27bb7ac500c43f834a77c8ed8961 (patch)
tree0e5d2a2a556033f8d4b40ca211ec5c73edc37168
parentae6b853ea8751e86cade6794f525c794fce03fdc (diff)
downloadaur-56ea6c85257c27bb7ac500c43f834a77c8ed8961.tar.gz
keep EXEs
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ee6b48449312..82f68780106f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Oct 29 07:59:07 UTC 2016
+# Fri Apr 14 09:47:45 UTC 2017
pkgbase = mingw-w64-recode
pkgdesc = Converts files between various character sets and usages (mingw-w64)
pkgver = 3.6
- pkgrel = 11
+ pkgrel = 12
url = http://recode.progiciels-bpi.ca/index.html
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index e05ade37a447..7d1ee5b7481c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-recode
pkgver=3.6
-pkgrel=11
+pkgrel=12
pkgdesc="Converts files between various character sets and usages (mingw-w64)"
arch=('any')
url="http://recode.progiciels-bpi.ca/index.html"
@@ -55,8 +55,8 @@ package() {
make DESTDIR="${pkgdir}" install
rm -r "${pkgdir}/usr/${_arch}/share"
- rm "${pkgdir}/usr/${_arch}"/bin/*.exe
+ ${_arch}-strip -s "${pkgdir}/usr/${_arch}"/bin/*.exe
${_arch}-strip --strip-unneeded "${pkgdir}/usr/${_arch}"/bin/*.dll
${_arch}-strip -g "${pkgdir}/usr/${_arch}"/lib/*.a
done