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

Filipe Laíns ffy00 at archlinux.org
Fri Oct 5 18:10:15 UTC 2018


    Date: Friday, October 5, 2018 @ 18:10:14
  Author: ffy00
Revision: 390237

fix missing depedency

Modified:
  lutris/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-05 18:04:58 UTC (rev 390236)
+++ PKGBUILD	2018-10-05 18:10:14 UTC (rev 390237)
@@ -4,14 +4,14 @@
 
 pkgname=lutris
 pkgver=0.4.20
-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')
+depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 'cabextract' 'unrar' 'unzip' 'p7zip' 'curl' 'xorg-xrandr')
 makedepends=('python-setuptools')
-checkdepends=('xorg-server-xvfb' 'xterm' 'xorg-xrandr' 'python-nose-cover3' 'wine')
+checkdepends=('xorg-server-xvfb' 'xterm' 'python-nose-cover3' 'wine')
 optdepends=('wine: Run windows games'
             'wine-staging: Run windows games - Staging patches')
 makedepends=('python-setuptools')



More information about the arch-commits mailing list