summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2023-02-09 15:27:11 -0700
committerMark Wagie2023-02-09 15:27:11 -0700
commit7ceccc6e656d740925e40e633609bacd7bf22bd4 (patch)
tree321726d6ce4f84c17427bc472f97355fca7c18eb /PKGBUILD
parent66ef9fc9b798b9f9df3ba6fd2b88683395986c90 (diff)
downloadaur-7ceccc6e656d740925e40e633609bacd7bf22bd4.tar.gz
make python-protobuf optional
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fed77432583..97424951e30d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=lutris-git
-pkgver=0.5.12.r269.ga0f38069
+pkgver=0.5.12.r299.g83b037cc
pkgrel=1
pkgdesc='Open Gaming Platform'
arch=('any')
@@ -13,8 +13,8 @@ url='https://lutris.net/'
license=('GPL3')
depends=('cabextract' 'curl' 'glib2' 'gtk3' 'mesa-utils' 'p7zip' 'psmisc'
'python-certifi' 'python-dbus' 'python-distro' 'python-gobject'
- 'python-lxml' 'python-pillow' 'python-protobuf' 'python-requests'
- 'python-yaml' 'unzip' 'webkit2gtk-4.1' 'xdg-utils' 'xorg-xrandr')
+ 'python-lxml' 'python-pillow' 'python-requests' 'python-yaml' 'unzip'
+ 'webkit2gtk-4.1' 'xdg-utils' 'xorg-xrandr')
makedepends=('git' 'meson')
checkdepends=('appstream-glib')
#checkdepends=('appstream-glib' 'libcanberra' 'pciutils' 'python-nose2'
@@ -36,6 +36,7 @@ optdepends=(
'python-evdev: Controller support'
'python-moddb: Handle ModDB downloads in installers'
'python-pefile: Extract icons from Windows executables'
+ 'python-protobuf: BattleNet support'
'python-pypresence: Discord Rich Presence integration'
'vkd3d: Vulkan 3D support'
'vulkan-icd-loader: Vulkan support'