diff options
author | Jeremy Kescher | 2023-08-05 18:49:42 +0200 |
---|---|---|
committer | Jeremy Kescher | 2023-08-05 18:49:42 +0200 |
commit | 25b91f48d1e617a115e8177b8cdd7cb8e9c3b01e (patch) | |
tree | 728edc9d830a4b6f01fb18ac1fef282d4e29a71c | |
parent | 280e4fe0fc6b17afcde37d78b436da52194e273b (diff) | |
download | aur-25b91f48d1e617a115e8177b8cdd7cb8e9c3b01e.tar.gz |
v2.0-46
This will only work if fmt is below version 10 on your system. If your Arch Linux system is up-to-date, this package currently simply doesn't work - this is being worked on by the Cemu devs. See also: https://github.com/cemu-project/Cemu/pull/924
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = cemu pkgdesc = Software to emulate Wii U games and applications on PC - pkgver = 2.0.383 + pkgver = 2.0.393 pkgrel = 1 url = https://cemu.info install = cemu.install @@ -21,6 +21,7 @@ pkgbase = cemu makedepends = libpulse depends = boost-libs>=1.79 depends = fmt>=9.1 + depends = fmt<10.0.0 depends = libzip>=1.9.2 depends = libpng>=1.6.37 depends = pugixml>=1.12.1 @@ -32,7 +33,7 @@ pkgbase = cemu optdepends = alsa-lib: Audio output optdepends = vulkan-driver: Vulkan graphics options = !strip - source = git+https://github.com/cemu-project/Cemu#tag=v2.0-45 + source = git+https://github.com/cemu-project/Cemu#tag=v2.0-46 source = git+https://github.com/mozilla/cubeb#commit=dc511c6b3597b6384d28949285b9289e009830ea source = git+https://github.com/ocornut/imgui#commit=8a44c31c95c8e0217f6e1fc814cbbbcca4981f14 source = git+https://github.com/Exzap/ZArchive#commit=d2c717730092c7bf8cbb033b12fd4001b7c4d932 @@ -1,7 +1,7 @@ # Maintainer: Jeremy Kescher <jeremy@kescher.at> pkgname=cemu -pkgver=2.0.383 +pkgver=2.0.393 pkgrel=1 pkgdesc='Software to emulate Wii U games and applications on PC' arch=(x86_64) @@ -10,7 +10,7 @@ license=(MPL2) options+=(!strip) depends=( # unbundled vcpkg - 'boost-libs>=1.79' 'fmt>=9.1' 'libzip>=1.9.2' 'libpng>=1.6.37' 'pugixml>=1.12.1' 'sdl2>=2.0.22' 'wxwidgets-gtk3>=3.2' 'wayland' 'wayland-protocols' + 'boost-libs>=1.79' 'fmt>=9.1' 'fmt<10.0.0' 'libzip>=1.9.2' 'libpng>=1.6.37' 'pugixml>=1.12.1' 'sdl2>=2.0.22' 'wxwidgets-gtk3>=3.2' 'wayland' 'wayland-protocols' 'llvm-libs>=12' ) makedepends=( @@ -31,7 +31,7 @@ optdepends=( ) install=cemu.install source=( - git+https://github.com/cemu-project/Cemu#tag=v2.0-45 + git+https://github.com/cemu-project/Cemu#tag=v2.0-46 # submodules git+https://github.com/mozilla/cubeb#commit=dc511c6b3597b6384d28949285b9289e009830ea git+https://github.com/ocornut/imgui#commit=8a44c31c95c8e0217f6e1fc814cbbbcca4981f14 |