summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2021-01-05 09:08:33 -0700
committerMark Wagie2021-01-05 09:08:33 -0700
commit4f3ced0bf3f6a3835e0f290472cb3cade12e1dd5 (patch)
tree5bd98d639c03a6bcfeb841f96d956c0e58f43d01 /PKGBUILD
parent56c8242bd1c1da12ee373b5a2e7b5acc9aabb777 (diff)
downloadaur-4f3ced0bf3f6a3835e0f290472cb3cade12e1dd5.tar.gz
comment checkdepends(), add note about tests failing
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 287d8a0941d0..ba0499cb5c6e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Frederik “Freso” S. Olesen <freso.dk@gmail.com>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
pkgname=lutris-git
-pkgver=0.5.8.1.r43.gd22e243a
+pkgver=0.5.8.2.r0.gc1edfdd8
pkgrel=1
pkgdesc='Open Gaming Platform'
arch=('any')
@@ -17,7 +17,7 @@ depends=('python-gobject' 'python-yaml' 'python-evdev' 'python-dbus' 'gtk3'
'mesa-demos' 'python-dbus' 'python-distro' 'python-magic-ahupp'
'python-lxml')
makedepends=('git' 'python-setuptools')
-checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
+#checkdepends=('xorg-server-xvfb' 'python-nose-cover3' 'wine' 'xterm')
optdepends=(
'wine: Run windows games'
'vulkan-icd-loader: Vulkan support'
@@ -45,6 +45,8 @@ build() {
python setup.py build
}
+# Tests fail in chroot
+
#check() {
# cd "$srcdir/${pkgname%-git}"
# xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml \