From bdbf89a31f97844d86f679ab9ae0f2c0c47e91ce Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Tue, 23 Aug 2022 12:40:32 +0000 Subject: [PATCH] community/retroarch to 1.10.3-2 --- community/retroarch/PKGBUILD | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/community/retroarch/PKGBUILD b/community/retroarch/PKGBUILD index 669d21b05..3029f08b5 100644 --- a/community/retroarch/PKGBUILD +++ b/community/retroarch/PKGBUILD @@ -8,7 +8,7 @@ pkgname=retroarch pkgver=1.10.3 -pkgrel=1 +pkgrel=2 pkgdesc='Reference frontend for the libretro API' arch=(x86_64) url=http://www.libretro.com/ @@ -37,6 +37,7 @@ depends=( makedepends=( gamemode git + libdecor libx11 libxcb libxext @@ -51,6 +52,7 @@ makedepends=( ) optdepends=( 'gamemode: GameMode support' + 'libdecor: Wayland decorations' 'libretro-overlays: Collection of overlays' 'libretro-shaders: Collection of shaders' 'libxinerama: X11 support'