summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76a2e87adfc7..123e2806775e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lutris-git
pkgdesc = Open Gaming Platform
- pkgver = 0.5.10.1.r147.g7e035c36
+ pkgver = 0.5.12.beta1.r4.g8937bcc1
pkgrel = 1
url = https://lutris.net/
arch = any
@@ -15,6 +15,7 @@ pkgbase = lutris-git
depends = mesa-utils
depends = p7zip
depends = psmisc
+ depends = python-certifi
depends = python-dbus
depends = python-distro
depends = python-gobject
@@ -39,6 +40,8 @@ pkgbase = lutris-git
optdepends = linux-steam-integration: start Steam with LSI
optdepends = mangohud: Display the games' FPS + other information
optdepends = python-evdev: Controller support
+ optdepends = python-pefile: Extract icons from Windows executables
+ optdepends = python-pypresence: Discord Rich Presence integration
optdepends = vkd3d: Vulkan 3D support
optdepends = vulkan-icd-loader: Vulkan support
optdepends = wine: easiest way to get all the libraries missing from the Lutris runtime
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'