summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-05-11 13:44:43 +0000
committerDaniel Bermond2021-05-11 13:45:32 +0000
commitc3145269d2c51a531bea6fdcb5964bd86781aeef (patch)
tree73ab526bb6df3e8ff44d499c076bd7c1c5f9f84c
parent9434c121076fea159760a766b4a8184af280441c (diff)
downloadaur-c3145269d2c51a531bea6fdcb5964bd86781aeef.tar.gz
Match latest upstream changes
Use architecture-specific directories on strip to match upstream changes.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f806c8310166..862b2c3a52c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wine-staging-git
pkgdesc = A compatibility layer for running Windows programs (staging branch, git version)
- pkgver = 6.5.r1.g2e42e7d9
+ pkgver = 6.8.r0.g0f00e37c
pkgrel = 1
url = https://www.wine-staging.com/
install = wine-staging-git.install
@@ -153,8 +153,8 @@ pkgbase = wine-staging-git
optdepends = cups
optdepends = samba
optdepends = dosbox
- provides = wine-staging=6.5.r1.g2e42e7d9
- provides = wine=6.5
+ provides = wine-staging=6.8.r0.g0f00e37c
+ provides = wine=6.8
provides = wine-wow64
conflicts = wine
conflicts = wine-wow64
diff --git a/PKGBUILD b/PKGBUILD
index 6b7a7ecb55e3..46f088089f35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=wine-staging-git
-pkgver=6.5.r1.g2e42e7d9
+pkgver=6.8.r0.g0f00e37c
pkgrel=1
pkgdesc='A compatibility layer for running Windows programs (staging branch, git version)'
arch=('x86_64')
@@ -194,6 +194,6 @@ package() {
install -D -m644 "${srcdir}/wine-binfmt.conf" "${pkgdir}/usr/lib/binfmt.d/wine.conf"
# strip native PE libraries
- i686-w64-mingw32-strip --strip-unneeded "${pkgdir}/usr/lib32/wine"/*.dll
- "${CARCH}-w64-mingw32-strip" --strip-unneeded "${pkgdir}/usr/lib/wine"/*.dll
+ i686-w64-mingw32-strip --strip-unneeded "${pkgdir}/usr/lib32/wine/i386-windows"/*.dll
+ "${CARCH}-w64-mingw32-strip" --strip-unneeded "${pkgdir}/usr/lib/wine/x86_64-windows"/*.dll
}