diff options
author | Julian Xhokaxhiu | 2024-07-19 00:27:16 +0200 |
---|---|---|
committer | Julian Xhokaxhiu | 2024-07-19 00:27:16 +0200 |
commit | 45012741123e6d9633085e0dbd81501fc44b5c36 (patch) | |
tree | e4a10045125dbca2bafa58e32be88916cd572b8e | |
parent | 92b22d4acd13ad72133aa26a24d02b95d9964432 (diff) | |
download | aur-45012741123e6d9633085e0dbd81501fc44b5c36.tar.gz |
0.17.2-1
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 8 insertions, 2 deletions
@@ -1,6 +1,6 @@ pkgbase = ludo pkgdesc = Ludo is a minimalist frontend for emulators - pkgver = 0.17.1 + pkgver = 0.17.2 pkgrel = 1 url = https://github.com/libretro/ludo arch = x86_64 @@ -13,6 +13,9 @@ pkgbase = ludo depends = glfw-x11 depends = openal depends = mesa + depends = libxi + depends = libxinerama + depends = libxrandr source = git+https://github.com/libretro/ludo source = ludo.toml source = ludo.desktop @@ -1,6 +1,6 @@ # Maintainer: Julian Xhokaxhiu <info at julianxhokaxhiu dot com> pkgname=ludo -pkgver=0.17.1 +pkgver=0.17.2 pkgrel=1 pkgdesc="Ludo is a minimalist frontend for emulators" arch=('x86_64' 'armv7h') @@ -16,6 +16,9 @@ depends=( 'glfw-x11' 'openal' 'mesa' + 'libxi' + 'libxinerama' + 'libxrandr' ) source=( "git+https://github.com/libretro/ludo" |