summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Puntiy2018-12-11 15:53:22 +0200
committerIvan Puntiy2018-12-11 15:53:22 +0200
commit5c68da3fd637aa4429bf473b0304ec97f6df546c (patch)
treec8fb0f5e658eb19f9ca6e31c90b25b30b21422c2
parentc4c2406b20845a9dfd86943ab3d9af6a6ee2f421 (diff)
downloadaur-5c68da3fd637aa4429bf473b0304ec97f6df546c.tar.gz
_shortver
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 81dfc74aa886..bd27a6f2fee4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,6 +5,7 @@ pkgname=mingw-w64-wxmsw3.1
epoch=1
pkgver=3.1.1
pkgrel=2
+_shortver=3.1
pkgdesc="Win32 implementation of wxWidgets API for GUI (development branch, mingw-w64)"
arch=(any)
url="http://wxwidgets.org"
@@ -80,10 +81,10 @@ package() {
find "${pkgdir}/usr/${_arch}" -name '*.dll' | xargs -rtl1 ${_arch}-strip --strip-unneeded
find "${pkgdir}/usr/${_arch}" -name '*.a' -o -name '*.dll' | xargs -rtl1 ${_arch}-strip -g
- ln -s "/usr/${_arch}/lib/wx/config/${_arch}-msw-unicode-${pkgver%.*}" "${pkgdir}/usr/bin/${_arch}-wx-config-3.1"
+ ln -s "/usr/${_arch}/lib/wx/config/${_arch}-msw-unicode-${_shortver}" "${pkgdir}/usr/bin/${_arch}-wx-config-${_shortver}"
# conflicts with stable package
- mv "${pkgdir}/usr/${_arch}/bin/wx-config"{,-3.1}
+ mv "${pkgdir}/usr/${_arch}/bin/wx-config"{,-${_shortver}}
rm -r "${pkgdir}/usr/${_arch}/share"
# rm "${pkgdir}/usr/${_arch}/bin/wxrc-3.1"