summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-02-23 12:07:00 -0700
committerMark Wagie2022-02-23 12:07:00 -0700
commit5957261a9cb3f1dee7320a480bcaff566efe680c (patch)
tree946c05f62f8c66efe04e0806b87a1e6ade438d26 /PKGBUILD
parent887175ae5e18a9093c35cf2324b3d332ab5f9aa6 (diff)
downloadaur-5957261a9cb3f1dee7320a480bcaff566efe680c.tar.gz
add missing libnotify dep, move python-evdev to optional deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 248c46bcaacb..c9770e7042bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@
# Contributor: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=lutris-git
-pkgver=0.5.10.beta1.r123.g1b08d2fb
+pkgver=0.5.10.beta1.r125.g703ea152
pkgrel=1
pkgdesc='Open Gaming Platform'
arch=('any')
url='https://lutris.net/'
license=('GPL3')
-depends=('dbus-python' 'cabextract' 'curl' 'glib2' 'gtk3' 'mesa-utils' 'p7zip'
- 'psmisc' 'python-distro' 'python-evdev' 'python-gobject' 'python-lxml'
+depends=('dbus-python' 'cabextract' 'curl' 'glib2' 'gtk3' 'libnotify' 'mesa-utils'
+ 'p7zip' 'psmisc' 'python-distro' 'python-gobject' 'python-lxml'
'python-magic' 'python-pillow' 'python-requests' 'python-yaml' 'unzip'
'webkit2gtk' 'xorg-xrandr')
makedepends=('git' 'meson')
@@ -29,6 +29,7 @@ optdepends=(
'lib32-vkd3d: Vulkan 3D support'
'lib32-vulkan-icd-loader: Vulkan support'
'linux-steam-integration: start Steam with LSI'
+ 'python-evdev: Controller support'
"mangohud: Display the games' FPS + other information"
'vkd3d: Vulkan 3D support'
'vulkan-icd-loader: Vulkan support'