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

Filipe Laíns ffy00 at archlinux.org
Wed Feb 6 00:36:44 UTC 2019


    Date: Wednesday, February 6, 2019 @ 00:36:42
  Author: ffy00
Revision: 429696

fix missing dependencies

Modified:
  lutris/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-06 00:13:03 UTC (rev 429695)
+++ PKGBUILD	2019-02-06 00:36:42 UTC (rev 429696)
@@ -4,14 +4,15 @@
 
 pkgname=lutris
 pkgver=0.5.0
-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' 'unrar' 'unzip' 'p7zip' 'curl' 'xorg-xrandr')
+depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr'
+         'python-pillow' 'python-requests' 'gnome-desktop' 'gtk3' 'webkit2gtk')
 makedepends=('python-setuptools')
-checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'python-requests' 'python-pillow' 'gtk3' 'webkit2gtk' 'gnome-desktop' 'wine' 'xterm')
+checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
 optdepends=('wine: Run windows games'
             'wine-staging: Run windows games - Staging patches')
 makedepends=('python-setuptools')



More information about the arch-commits mailing list