mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/retroarch to 1.10.3-2
This commit is contained in:
parent
137fe9696f
commit
bdbf89a31f
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
pkgname=retroarch
|
pkgname=retroarch
|
||||||
pkgver=1.10.3
|
pkgver=1.10.3
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Reference frontend for the libretro API'
|
pkgdesc='Reference frontend for the libretro API'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url=http://www.libretro.com/
|
url=http://www.libretro.com/
|
||||||
|
@ -37,6 +37,7 @@ depends=(
|
||||||
makedepends=(
|
makedepends=(
|
||||||
gamemode
|
gamemode
|
||||||
git
|
git
|
||||||
|
libdecor
|
||||||
libx11
|
libx11
|
||||||
libxcb
|
libxcb
|
||||||
libxext
|
libxext
|
||||||
|
@ -51,6 +52,7 @@ makedepends=(
|
||||||
)
|
)
|
||||||
optdepends=(
|
optdepends=(
|
||||||
'gamemode: GameMode support'
|
'gamemode: GameMode support'
|
||||||
|
'libdecor: Wayland decorations'
|
||||||
'libretro-overlays: Collection of overlays'
|
'libretro-overlays: Collection of overlays'
|
||||||
'libretro-shaders: Collection of shaders'
|
'libretro-shaders: Collection of shaders'
|
||||||
'libxinerama: X11 support'
|
'libxinerama: X11 support'
|
||||||
|
|
Loading…
Reference in a new issue