summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-10-19 13:25:41 -0600
committerMark Wagie2022-10-19 13:25:41 -0600
commitb903b95d252e03c2ffc49625352a6aa88f88976c (patch)
treee4a32aa392de21492feb96336c934f7bafb00433 /PKGBUILD
parent99fe17541357d6d2b573a4690391081ce0c10c5c (diff)
downloadaur-b903b95d252e03c2ffc49625352a6aa88f88976c.tar.gz
add new deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69db133dac08..9a17b6edca71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
# Contributor: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=lutris-git
-pkgver=0.5.10.1.r147.g7e035c36
+pkgver=0.5.12.beta1.r4.g8937bcc1
pkgrel=1
pkgdesc='Open Gaming Platform'
arch=('any')
url='https://lutris.net/'
license=('GPL3')
depends=('cabextract' 'curl' 'glib2' 'gtk3' 'mesa-utils' 'p7zip' 'psmisc'
- 'python-dbus' 'python-distro' 'python-gobject' 'python-lxml'
- 'python-pillow' 'python-requests' 'python-yaml' 'unzip'
+ 'python-certifi' 'python-dbus' 'python-distro' 'python-gobject'
+ 'python-lxml' 'python-pillow' 'python-requests' 'python-yaml' 'unzip'
'webkit2gtk' 'xdg-utils' 'xorg-xrandr')
makedepends=('git' 'meson')
checkdepends=('appstream-glib')
@@ -33,6 +33,8 @@ optdepends=(
'linux-steam-integration: start Steam with LSI'
"mangohud: Display the games' FPS + other information"
'python-evdev: Controller support'
+ 'python-pefile: Extract icons from Windows executables'
+ 'python-pypresence: Discord Rich Presence integration'
'vkd3d: Vulkan 3D support'
'vulkan-icd-loader: Vulkan support'
'wine: easiest way to get all the libraries missing from the Lutris runtime'