summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fead9c28f148..fa300d911168 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Dec 17 21:39:46 UTC 2016
+# Fri Apr 14 09:56:43 UTC 2017
pkgbase = mingw-w64-dcadec
pkgdesc = DTS Coherent Acoustics decoder with support for HD extensions (mingw-w64)
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/foo86/dcadec.git
arch = any
license = LGPL2.1
diff --git a/PKGBUILD b/PKGBUILD
index 18731edb2d9b..4195cd817207 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=mingw-w64-dcadec
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='DTS Coherent Acoustics decoder with support for HD extensions (mingw-w64)'
arch=('any')
url='https://github.com/foo86/dcadec.git'
@@ -45,8 +45,8 @@ package() {
CONFIG_SHARED='TRUE' make DESTDIR="${pkgdir}" install
mv "${pkgdir}"/usr/${_arch}/lib/*.dll "${pkgdir}"/usr/${_arch}/bin/
mv "${srcdir}"/build-${_arch}/libdcadec/*.a "${pkgdir}"/usr/${_arch}/lib/
- 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