diff options
author | Matt Housh <jaeger@crux.ninja> | 2020-04-02 17:11:27 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2020-04-02 17:11:27 -0500 |
commit | d48ec4759bb433f31649730e28cdebcf5a5b69c8 (patch) | |
tree | 210f08b1fc049e4e3721fb39850306bb01acea73 /wine-staging/Pkgfile | |
parent | 4bd5973f42f841813e904957a7d1a56d97053831 (diff) | |
download | contrib-d48ec4759bb433f31649730e28cdebcf5a5b69c8.tar.gz contrib-d48ec4759bb433f31649730e28cdebcf5a5b69c8.tar.xz |
wine-staging: updated to version 5.5
Diffstat (limited to 'wine-staging/Pkgfile')
-rw-r--r-- | wine-staging/Pkgfile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/wine-staging/Pkgfile b/wine-staging/Pkgfile index d842e6808..13c17011e 100644 --- a/wine-staging/Pkgfile +++ b/wine-staging/Pkgfile @@ -4,19 +4,17 @@ # 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=5.4 +version=5.5 release=1 source=(https://dl.winehq.org/wine/source/5.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.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 \ - x3daudio1_7-fix.patch) + https://dl.winehq.org/wine/wine-mono/4.9.4/wine-mono-4.9.4.msi) build() { # apply staging patches cd $name-$version - patch -p1 -i $SRC/x3daudio1_7-fix.patch ./patches/patchinstall.sh DESTDIR=../wine-$version --all cd .. |