diff options
author | Matt Housh <jaeger@crux.ninja> | 2019-11-17 14:03:05 -0600 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2019-11-17 14:03:05 -0600 |
commit | efa310385aef9b4e158f937eb38f344f8fb61f52 (patch) | |
tree | 8166eec86fcd2a828f5d376c0b04ae9889e5f32d /wine-staging/Pkgfile | |
parent | af9b1088bb7d0a1a0c4b1a0b1f45cbc6704b3bb0 (diff) | |
download | contrib-efa310385aef9b4e158f937eb38f344f8fb61f52.tar.gz contrib-efa310385aef9b4e158f937eb38f344f8fb61f52.tar.xz |
wine-staging: updated to version 4.20
Diffstat (limited to 'wine-staging/Pkgfile')
-rw-r--r-- | wine-staging/Pkgfile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wine-staging/Pkgfile b/wine-staging/Pkgfile index b4d8c315c..6bf4c0031 100644 --- a/wine-staging/Pkgfile +++ b/wine-staging/Pkgfile @@ -4,13 +4,13 @@ # Depends on: fontconfig-32 freeglut-32 gnutls-32 lcms2-32 mpg123-32 openal-32 prelink xorg-libxcomposite-32 xorg-libxcursor-32 xorg-libxinerama-32 xorg-libxrandr-32 xorg-libxxf86dga-32 vkd3d-32 name=wine-staging -version=4.19 +version=4.20 release=1 source=(https://dl.winehq.org/wine/source/4.x/wine-$version.tar.xz \ https://github.com/$name/$name/archive/v${version}/$name-$version.tar.gz \ https://dl.winehq.org/wine/wine-gecko/2.47/wine_gecko-2.47-x86.msi \ https://dl.winehq.org/wine/wine-gecko/2.47/wine_gecko-2.47-x86_64.msi \ - https://dl.winehq.org/wine/wine-mono/4.9.3/wine-mono-4.9.3.msi) + https://dl.winehq.org/wine/wine-mono/4.9.4/wine-mono-4.9.4.msi) build() { # apply staging patches @@ -58,7 +58,7 @@ build() { $SRC/wine_gecko-2.47-x86.msi \ $SRC/wine_gecko-2.47-x86_64.msi - install $SRC/wine-mono-4.9.3.msi $PKG/usr/share/wine/mono/ + install $SRC/wine-mono-4.9.4.msi $PKG/usr/share/wine/mono/ rm -r $PKG/usr/share/man/??.UTF-8 } |