wine: update to 10.2

Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
This commit is contained in:
Fotios Valasiadis 2025-02-23 04:06:03 +02:00 committed by Helmut Pozimski
parent c269d6b46a
commit 9b7f06d7a1

View file

@ -1,6 +1,6 @@
# Template file for 'wine'
pkgname=wine
version=10.1
version=10.2
revision=1
_pkgver=${version/r/-r}
create_wrksrc=yes
@ -13,8 +13,8 @@ license="LGPL-2.1-or-later"
homepage="http://www.winehq.org/"
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar.xz
https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz"
checksum="63471e37b1a515795ff3368d26a039261660e1377cb427d1b61b3a7b76091663
029009c52a0eb428451d8381992bbcabe50bed4527f3a9c73d00f55c7f3af9cc"
checksum="9d90dfb6cf10b810a7b4789f0067712b4730d3ea2a88b91f1be273b2ad04243f
44d051a8622dd6245d63b88d988eebcdb712d309ee57eccdccbe59d6c4788194"
# NOTE: wine depends on specific versions of wine-mono and wine-gecko,
# check for updates to these packages when updating wine
@ -133,7 +133,7 @@ post_install() {
esac
# install man page for wine executable
for f in loader/wine*.man; do
for f in tools/wine/wine*.man; do
vman "$f" "${f//man/1}"
done
}