summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Xhokaxhiu2024-07-19 00:27:16 +0200
committerJulian Xhokaxhiu2024-07-19 00:27:16 +0200
commit45012741123e6d9633085e0dbd81501fc44b5c36 (patch)
treee4a10045125dbca2bafa58e32be88916cd572b8e
parent92b22d4acd13ad72133aa26a24d02b95d9964432 (diff)
downloadaur-45012741123e6d9633085e0dbd81501fc44b5c36.tar.gz
0.17.2-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d550b99a9af5..7cd8f2a103d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 4654d97a4c7c..977fd32afc94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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"