Date: Saturday, April 22, 2023 @ 15:53:01 Author: alucryd Revision: 1448318
dolphin-emu 1:5.0.r18498.46b99671d9-3: drop incompatible system mbedtls Modified: dolphin-emu/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-04-22 15:41:32 UTC (rev 1448317) +++ PKGBUILD 2023-04-22 15:53:01 UTC (rev 1448318) @@ -4,7 +4,7 @@ pkgname=dolphin-emu pkgver=5.0.r18498.46b99671d9 -pkgrel=2 +pkgrel=3 epoch=1 pkgdesc='A Gamecube / Wii / Triforce emulator' arch=(x86_64) @@ -34,7 +34,7 @@ libxi libxrandr lzo - mbedtls + #mbedtls minizip-ng pugixml qt6-base @@ -55,6 +55,7 @@ git+https://github.com/mozilla/cubeb.git git+https://github.com/epezent/implot.git git+https://github.com/randy408/libspng.git + git+https://github.com/RetroAchievements/rcheevos.git git+https://github.com/arsenm/sanitizers-cmake.git git+https://github.com/KhronosGroup/SPIRV-Cross.git git+https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git @@ -67,6 +68,7 @@ 'SKIP' 'SKIP' 'SKIP' + 'SKIP' 'SKIP') prepare() {
