summaryrefslogtreecommitdiff
path: root/wine/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'wine/Pkgfile')
-rw-r--r--wine/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/wine/Pkgfile b/wine/Pkgfile
index e8ac0b77d..d6116b078 100644
--- a/wine/Pkgfile
+++ b/wine/Pkgfile
@@ -5,11 +5,11 @@
name=wine
version=5.6
-release=1
+release=2
source=(https://dl.winehq.org/wine/source/5.x/$name-$version.tar.xz
https://dl.winehq.org/wine/wine-gecko/2.47.1/wine-gecko-2.47.1-x86.msi
https://dl.winehq.org/wine/wine-gecko/2.47.1/wine-gecko-2.47.1-x86_64.msi
- https://dl.winehq.org/wine/wine-mono/4.9.4/wine-mono-4.9.4.msi)
+ https://dl.winehq.org/wine/wine-mono/5.0.0/wine-mono-5.0.0-x86.msi)
build() {
# Allow ccache to work
@@ -59,7 +59,7 @@ build() {
$SRC/wine-gecko-2.47.1-x86.msi \
$SRC/wine-gecko-2.47.1-x86_64.msi
- install $SRC/wine-mono-4.9.4.msi $PKG/usr/share/wine/mono/
+ install $SRC/wine-mono-5.0.0-x86.msi $PKG/usr/share/wine/mono/
rm -r $PKG/usr/share/man/??.UTF-8
}

Generated by cgit