[arch-commits] Commit in lutris/trunk (PKGBUILD)

Filipe Laíns ffy00 at archlinux.org
Tue Jan 26 14:30:42 UTC 2021


    Date: Tuesday, January 26, 2021 @ 14:30:42
  Author: ffy00
Revision: 830697

add missing python-lxml dependency (0.5.8.3-2)

Modified:
  lutris/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-26 14:23:22 UTC (rev 830696)
+++ PKGBUILD	2021-01-26 14:30:42 UTC (rev 830697)
@@ -4,13 +4,13 @@
 
 pkgname=lutris
 pkgver=0.5.8.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Open Gaming Platform'
 arch=('any')
 url='https://lutris.net'
 license=('GPL3')
 depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
-         'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'mesa-demos' 'python-dbus' 'python-distro')
+         'python-pillow' 'python-requests' 'gnome-desktop' 'webkit2gtk' 'mesa-demos' 'python-dbus' 'python-distro' 'python-lxml')
 makedepends=('python-setuptools')
 checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
 optdepends=('wine: Windows support'



More information about the arch-commits mailing list