summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b0ab8d9ef07..d531e760f04b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname="wine-wow64"
pkgver=9.8
_pkgver="${pkgver/rc/-rc}"
-pkgrel=3
+pkgrel=2
pkgdesc="A compatibility layer for running Windows programs"
url="https://www.winehq.org"
license=(LGPL)
@@ -104,10 +104,6 @@ package() {
ln -sf /usr/bin/wine "$pkgdir"/usr/bin/wine64
- # Strip Windows binaries
- i686-w64-mingw32-strip --strip-debug "$pkgdir"/usr/lib32/wine/i386-windows/*.dll
- x86_64-w64-mingw32-strip --strip-debug "$pkgdir"/usr/lib/wine/x86_64-windows/*.dll
-
# Font aliasing settings for Win32 applications
install -Dm644 "$srcdir"/30-win32-aliases.conf -t "$pkgdir"/usr/share/fontconfig/conf.avail/
install -d "$pkgdir"/usr/share/fontconfig/conf.default