diff --git a/CHANGELOG.md b/CHANGELOG.md index 481ba3c..90522f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.78.1.5 + +* Update [lwrun](https://huggingface.co/lux-wine/lwrun/tree/main/releases/v0.39.1) packages +* Update [GE-Proton](https://github.com/VHSgunzo/ge-proton-lw/releases/tag/v8.20) `v8.20` +* Add `egl-wayland` to `lwrap` depends + # v0.78.1.4 * Update [lwrun](https://huggingface.co/lux-wine/lwrun/tree/main/releases/v0.39.1) packages diff --git a/db/WorldOfWarships.lwdb b/db/WorldOfWarships.lwdb deleted file mode 120000 index fb7ab4b..0000000 --- a/db/WorldOfWarships.lwdb +++ /dev/null @@ -1 +0,0 @@ -lgc.lwdb \ No newline at end of file diff --git a/db/lgc.lwdb b/db/lgc.lwdb deleted file mode 100644 index 1dc653a..0000000 --- a/db/lgc.lwdb +++ /dev/null @@ -1,2 +0,0 @@ -WIN_VER=10 -SteamGameId=552990 diff --git a/db/lgc_api.lwdb b/db/lgc_api.lwdb deleted file mode 120000 index fb7ab4b..0000000 --- a/db/lgc_api.lwdb +++ /dev/null @@ -1 +0,0 @@ -lgc.lwdb \ No newline at end of file diff --git a/db/wgc.lwdb b/db/wgc.lwdb deleted file mode 120000 index fb7ab4b..0000000 --- a/db/wgc.lwdb +++ /dev/null @@ -1 +0,0 @@ -lgc.lwdb \ No newline at end of file diff --git a/db/wgc_api.lwdb b/db/wgc_api.lwdb deleted file mode 120000 index fb7ab4b..0000000 --- a/db/wgc_api.lwdb +++ /dev/null @@ -1 +0,0 @@ -lgc.lwdb \ No newline at end of file diff --git a/lutris-wine b/lutris-wine index d48bc66..7e6e79a 100755 --- a/lutris-wine +++ b/lutris-wine @@ -1 +1 @@ -LW_VERSION="0.78.1.4" +LW_VERSION="0.78.1.5" diff --git a/lux-wine b/lux-wine index e46c8a2..d00bc8d 100755 --- a/lux-wine +++ b/lux-wine @@ -1,6 +1,6 @@ #!/usr/bin/env bash -export LW_VERSION="0.78.1.4" +export LW_VERSION="0.78.1.5" export LW_DEVELOPERS="VHSgunzo" export RED='\033[1;91m' diff --git a/lwrap/PKGBUILD b/lwrap/PKGBUILD index 3c9563b..ad05ce4 100644 --- a/lwrap/PKGBUILD +++ b/lwrap/PKGBUILD @@ -2,7 +2,7 @@ pkgname='lwrap' pkgver='0.78.1' -pkgrel='4' +pkgrel='5' pkgdesc='Lux Wine wrapper for RunImage container' arch=('x86_64') url='https://github.com/VHSgunzo/lux-wine' @@ -32,7 +32,7 @@ depends=( 'lib32-vulkan-intel' 'vulkan-radeon' 'lib32-vulkan-radeon' 'lib32-libxnvctrl' 'libxnvctrl' 'dos2unix' 'lw-runtime' 'wine-gecko' 'wine-mono' 'libdvdread' 'a52dec' 'wavpack' 'lib32-wavpack' 'libmpeg2' 'twolame' 'lib32-twolame' 'gst-plugin-msdk' 'lib32-libdv' 'libdv' 'GE-Proton' - 'xxd-standalone' 'obs-vkcapture-lw' 'lib32-obs-vkcapture-lw' + 'xxd-standalone' 'obs-vkcapture-lw' 'lib32-obs-vkcapture-lw' 'egl-wayland' ) optdepends=( 'xf86-video-amdgpu' 'xf86-video-intel' 'llvm'