mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 22:27:02 +02:00
wine: update to 10.2
Signed-off-by: Fotios Valasiadis <fvalasiad@gmail.com>
This commit is contained in:
parent
c269d6b46a
commit
9b7f06d7a1
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue