summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2017-04-14 11:38:35 +0200
committerkfg2017-04-14 11:38:35 +0200
commite3270ab34040858fd98b1c7d67e47e8c0cf3a0f7 (patch)
tree4d3836d59742d54259acb2b475c75d3ab1d0ca4c
parentdf92e87b01c4018ca4abbab5cca0558ad749b784 (diff)
downloadaur-e3270ab34040858fd98b1c7d67e47e8c0cf3a0f7.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 5c7bc6184d48..aa87ca27df5c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jul 21 11:42:58 UTC 2016
+# Fri Apr 14 09:38:13 UTC 2017
pkgbase = mingw-w64-l-smash
pkgdesc = MP4 muxer and other tools
pkgver = 2.9.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/l-smash/l-smash
arch = any
license = custom
diff --git a/PKGBUILD b/PKGBUILD
index e66fb8dc0c80..22506145ab10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=mingw-w64-l-smash
pkgver=2.9.1
-pkgrel=2
+pkgrel=3
pkgdesc='MP4 muxer and other tools'
arch=('any')
url='https://github.com/l-smash/l-smash'
@@ -37,9 +37,9 @@ package() {
#install -dm 755 "${pkgdir}"/usr/share/licenses/l-smash
#install -m 644 LICENSE "${pkgdir}"/usr/share/licenses/l-smash/
+ ${_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
- rm ${pkgdir}/usr/${_arch}/bin/*.exe
done
}