diff options
author | Matt Housh <jaeger@crux.ninja> | 2020-06-21 13:56:52 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2020-06-21 13:56:52 -0500 |
commit | 5df7d1d737719f9474d7666a8e26dc8d6a5bb3e3 (patch) | |
tree | ebfacccd355fa04883ccd0e82eaad61bd5d111fe /wine-staging/Pkgfile | |
parent | e4314d366d3f94ed110cd2f1324400d15a2faa5c (diff) | |
download | contrib-5df7d1d737719f9474d7666a8e26dc8d6a5bb3e3.tar.gz contrib-5df7d1d737719f9474d7666a8e26dc8d6a5bb3e3.tar.xz |
wine-staging: updated to version 5.11
Diffstat (limited to 'wine-staging/Pkgfile')
-rw-r--r-- | wine-staging/Pkgfile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/wine-staging/Pkgfile b/wine-staging/Pkgfile index 610d30fdd..410687dd4 100644 --- a/wine-staging/Pkgfile +++ b/wine-staging/Pkgfile @@ -4,18 +4,18 @@ # 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.9 +version=5.11 release=1 -source=(https://dl.winehq.org/wine/source/5.x/wine-${version:0:3}.tar.xz \ - https://github.com/$name/$name/archive/v${version}/$name-$version.tar.gz \ +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/5.0.0/wine-mono-5.0.0-x86.msi) + https://dl.winehq.org/wine/wine-mono/5.1.0/wine-mono-5.1.0-x86.msi) build() { # apply staging patches cd $name-$version - ./patches/patchinstall.sh DESTDIR=../wine-${version:0:3} --all + ./patches/patchinstall.sh DESTDIR=../wine-$version --all cd .. install -d wine32 wine64 @@ -24,7 +24,7 @@ build() { cd wine64 - ../wine-${version:0:3}/configure \ + ../wine-$version/configure \ --prefix=/usr \ --libdir=/usr/lib \ --enable-win64 @@ -39,7 +39,7 @@ build() { LDFLAGS="${LDFLAGS} -m32" export PKG_CONFIG_LIBDIR="/usr/lib32/pkgconfig" - ../wine-${version:0:3}/configure \ + ../wine-$version/configure \ --prefix=/usr \ --libdir=/usr/lib32 \ --x-includes=/usr/include/X11 \ @@ -58,7 +58,7 @@ build() { $SRC/wine-gecko-2.47.1-x86.msi \ $SRC/wine-gecko-2.47.1-x86_64.msi - install $SRC/wine-mono-5.0.0-x86.msi $PKG/usr/share/wine/mono/ + install $SRC/wine-mono-5.1.0-x86.msi $PKG/usr/share/wine/mono/ rm -r $PKG/usr/share/man/??.UTF-8 } |