summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2017-04-14 12:21:10 +0200
committerkfg2017-04-14 12:21:10 +0200
commit52d1d9ddca52daa7fbd50d6f5226fa41b231734e (patch)
tree3c28b8d8e08fcf45a1d82f78fc0c77834519d15c
parented73662c3ef813b32806eb05a391a822382dc66b (diff)
downloadaur-52d1d9ddca52daa7fbd50d6f5226fa41b231734e.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 e7406b550f26..44e60d1c621d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Apr 6 21:03:04 UTC 2017
+# Fri Apr 14 10:20:52 UTC 2017
pkgbase = mingw-w64-x264
pkgdesc = free library for encoding H264/AVC video streams (mingw-w64)
pkgver = 148.20170121
- pkgrel = 1
+ pkgrel = 2
epoch = 1
url = http://www.videolan.org/developers/x264.html
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index f2fd4f8a2415..fc7455190bf4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer : Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-x264
pkgver=148.20170121
-pkgrel=1
+pkgrel=2
epoch=1
pkgdesc='free library for encoding H264/AVC video streams (mingw-w64)'
arch=('any')
@@ -48,9 +48,9 @@ package() {
includedir=/usr/${_arch}/include \
install
+ ${_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
}