summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBuildTools2019-09-07 21:03:13 -0400
committerBuildTools2019-09-07 21:03:13 -0400
commit09938506ed2ca912613d6ab3f673928afcd5c96d (patch)
tree894b28a969820f47b05729233652c744ad01542e /PKGBUILD
parent9a05484e35bb35de471182a1d578bf1f996540d6 (diff)
downloadaur-09938506ed2ca912613d6ab3f673928afcd5c96d.tar.gz
Fix checkdeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8e341f288f2..7846a2e01176 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ url='https://lutris.net/'
license=('GPL3')
depends=('python-gobject' 'python-yaml' 'python-evdev' 'gtk3' 'glib2' 'psmisc' 'cabextract' 'unzip' 'p7zip' 'curl' 'xorg-xrandr' 'gnome-desktop' 'python-requests' 'python-pillow')
makedepends=('git' 'python-setuptools')
-checkdepends=('xorg-server-xvfb' 'xterm' 'wine' 'webkit2gtk')
+checkdepends=('xorg-server-xvfb' 'xterm' 'python-nose-cover3' 'wine' 'webkit2gtk')
optdepends=(
'wine: Run windows games'
'wine-staging: Run windows games - Staging patches'