summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-05-05 21:15:26 -0600
committerMark Wagie2022-05-05 21:15:26 -0600
commit4313bf3f493ef20be10b4cce16dbbcd7fb077f81 (patch)
treef6d794bbf65fbc2d54232efd050c1d89b9403aa1 /PKGBUILD
parent7d7c49f2939cb838f855edc57c1e8ef6620415da (diff)
downloadaur-4313bf3f493ef20be10b4cce16dbbcd7fb077f81.tar.gz
xdg-open now a requirement
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2026bf0fa35..177996b489e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,16 +5,16 @@
# Contributor: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=lutris-git
-pkgver=0.5.10.r36.ga5186593
+pkgver=0.5.10.1.r26.g9ed65ddd
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-gobject' 'python-lxml'
+depends=('cabextract' 'curl' 'glib2' 'gtk3' 'mesa-utils' 'p7zip' 'psmisc'
+ 'python-dbus' 'python-distro' 'python-gobject' 'python-lxml'
'python-pillow' 'python-requests' 'python-yaml' 'unzip'
- 'webkit2gtk' 'xorg-xrandr')
+ 'webkit2gtk' 'xdg-utils' 'xorg-xrandr')
makedepends=('git' 'meson')
checkdepends=('appstream-glib')
#checkdepends=('appstream-glib' 'pciutils' 'python-nose2' 'python-poetry'